var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Accommodation',
    bIsWebPath:true,
    sUrl:'accommodation.html'
},
{   sTitle:'Pricing',
    bIsWebPath:true,
    sUrl:'pricing.html',
    sTarget:'_self'
},
{   sTitle:'Booking',
    bIsWebPath:true,
    sUrl:'booking form.html',
    sTarget:'_self'
},
{   sTitle:'Register',
    bIsWebPath:true,
    sUrl:'register.html',
    sTarget:'_self'
},
{   sTitle:'Directions',
    bIsWebPath:true,
    sUrl:'directions.html'
},
{   sTitle:'Local Interest',
    bIsWebPath:true,
    sUrl:'local.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html',
    sTarget:'_self'
}]
});