var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'WELCOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'OUR ROOMS',
    bIsWebPath:true,
    sUrl:'ourrooms.html'
},
{   sTitle:'Cottage',
    bIsWebPath:true,
    sUrl:'cottage.html'
},
{   sTitle:'OUR AREA',
    bIsWebPath:true,
    sUrl:'ourarea.html'
},
{   sTitle:'FIND US',
    bIsWebPath:true,
    sUrl:'findus.html'
}]
});