var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Rooms',
    bIsWebPath:true,
    sUrl:'rooms.html',
    sTarget:'_self'
},
{   sTitle:'Map',
    bIsWebPath:true,
    sUrl:'map.html',
    sTarget:'_self'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html',
    sTarget:'_self'
},
{   sTitle:'Bookings',
    bIsWebPath:true,
    sUrl:'bookings.html',
    sTarget:'_self'
},
{   sTitle:'General',
    bIsWebPath:true,
    sUrl:'info.html',
    sTarget:'_self'
},
{   sTitle:'Contacts',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});
