var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Facilities',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'Rooms',
    'bIsWebPath':true,
    'sUrl':'news.html'
},
{   'sTitle':'Rates',
    'bIsWebPath':true,
    'sUrl':'page9.html'
},
{   'sTitle':'Map',
    'bIsWebPath':true,
    'sUrl':'services.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
