var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'event planning',
        bIsWebPath:true,
        sUrl:'eventplanning.html',
        sTarget:'_self'
    },
    {   sTitle:'press',
        bIsWebPath:true,
        sUrl:'press.html',
        sTarget:'_self'
    },
    {   sTitle:'useful links',
        bIsWebPath:true,
        sUrl:'usefullinks.html',
        sTarget:'_self'
    },
    {   sTitle:'contact us',
        bIsWebPath:true,
        sUrl:'contactus.html',
        sTarget:'_self'
    }]
},
{   sTitle:'employment',
    bIsWebPath:true,
    sUrl:'employment.html',
    sTarget:'_self'
},
{   sTitle:'picture gallery',
    bIsWebPath:true,
    sUrl:'picturegallery.html'
},
{   sTitle:'property overview',
    bIsWebPath:true,
    sUrl:'propertyoverview.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'hotel features',
        bIsWebPath:true,
        sUrl:'hotelfeatures.html',
        sTarget:'_self'
    },
    {   sTitle:'The Rialto Club',
        bIsWebPath:true,
        sUrl:'rialtoclub.html',
        sTarget:'_self'
    },
    {   sTitle:'The Rialto Room',
        bIsWebPath:true,
        sUrl:'therialtoroom.html',
        sTarget:'_self'
    },
    {   sTitle:'Green Building Features',
        bIsWebPath:true,
        sUrl:'greenbuildingfeatures.html',"childArray" : [
        {   sTitle:'Project Team',
            bIsWebPath:true,
            sUrl:'projectteam.html',
            sTarget:'_self'
        }]
    }]
},
{   sTitle:'reservations',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'general reservations',
        bIsWebPath:true,
        sUrl:'generalreservations.html',
        sTarget:'_self'
    },
    {   sTitle:'graduation',
        bIsWebPath:true,
        sUrl:'graduation.html',
        sTarget:'_self'
    },
    {   sTitle:'football',
        bIsWebPath:true,
        sUrl:'football.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'single game',
            bIsWebPath:true,
            sUrl:'singlegame.html',
            sTarget:'_self'
        },
        {   sTitle:'all games',
            bIsWebPath:true,
            sUrl:'allgames.html'
        }]
    }]
},
{   sTitle:'game day experience',
    bIsWebPath:true,
    sUrl:'gamedayexperience.html',
    sTarget:'_self'
},
{   sTitle:'hotel and music events',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'music performances',
        bIsWebPath:true,
        sUrl:'musicperformances.html',
        sTarget:'_self'
    },
    {   sTitle:'"White Glove" Dinners',
        bIsWebPath:true,
        sUrl:'whiteglovedinner.html',
        sTarget:'_self'
    },
    {   sTitle:'event calendar',
        bIsWebPath:true,
        sUrl:'eventcalendar.html'
    },
    {   sTitle:'buytickets',
        bIsWebPath:true,
        sUrl:'buytickets.html',
        sTarget:'_self'
    }]
}]
});