var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'STAY',
    bIsWebPath:true,
    sUrl:'stay.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Rooms and Rates',
        bIsWebPath:true,
        sUrl:'roomsandrates.html',
        sTarget:'_self'
    },
    {   sTitle:'Facilities',
        bIsWebPath:true,
        sUrl:'facilities.html',
        sTarget:'_self'
    },
    {   sTitle:'Bookings',
        bIsWebPath:true,
        sUrl:'bookings.html',
        sTarget:'_self'
    }]
},
{   sTitle:'DINE',
    bIsWebPath:true,
    sUrl:'dine.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Reviews',
        bIsWebPath:true,
        sUrl:'reviews.html',
        sTarget:'_self'
    },
    {   sTitle:'Our Chef',
        bIsWebPath:true,
        sUrl:'ourchef.html',
        sTarget:'_self'
    }]
},
{   sTitle:'DRINK',
    bIsWebPath:true,
    sUrl:'drink.html',
    sTarget:'_self'
},
{   sTitle:'PLAY',
    bIsWebPath:true,
    sUrl:'play.html',
    sTarget:'_self'
},
{   sTitle:'ABOUT US',
    bIsWebPath:true,
    sUrl:'aboutus.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'History',
        bIsWebPath:true,
        sUrl:'history.html',
        sTarget:'_self'
    },
    {   sTitle:'What\'s on',
        bIsWebPath:true,
        sUrl:'whatson.html',
        sTarget:'_self'
    }]
}]
});