var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html',
    sTarget:'_self'
},
{   sTitle:'Photos',
    bIsWebPath:true,
    sUrl:'photos.html',
    sTarget:'_self'
},
{   sTitle:'Environs',
    bIsWebPath:true,
    sUrl:'environs.html',
    sTarget:'_self'
},
{   sTitle:'Things to do!',
    bIsWebPath:true,
    sUrl:'thingstodo.html',
    sTarget:'_self'
},
{   sTitle:'Location',
    bIsWebPath:true,
    sUrl:'location.html',
    sTarget:'_self'
},
{   sTitle:'Rates',
    bIsWebPath:true,
    sUrl:'rates.html',
    sTarget:'_self'
},
{   sTitle:'Book',
    bIsWebPath:true,
    sUrl:'book.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});
