var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Orchid Room',
    bIsWebPath:true,
    sUrl:'orchidroom.html'
},
{   sTitle:'Damson Room',
    bIsWebPath:true,
    sUrl:'damsonroom.html'
},
{   sTitle:'Rose Room',
    bIsWebPath:true,
    sUrl:'roseroom.html'
},
{   sTitle:'Dining',
    bIsWebPath:true,
    sUrl:'dining.html'
},
{   sTitle:'Tariff',
    bIsWebPath:true,
    sUrl:'tariff.html'
},
{   sTitle:'Guestbook',
    bIsWebPath:true,
    sUrl:'guestbook.html',
    sTarget:'_self'
},
{   sTitle:'Location',
    bIsWebPath:true,
    sUrl:'location.html'
},
{   sTitle:'What To Do',
    bIsWebPath:true,
    sUrl:'whatotodo.html'
}]
});
