var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Welcome',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.htm'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.htm'
},
{   sTitle:'Reserve',
    bIsWebPath:true,
    sUrl:'booking.htm'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.htm'
},
{   sTitle:'Guestbook / Calendar',
    bIsWebPath:true,
    sUrl:'guest.htm'
}]
});
