var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Photographs',
    bIsWebPath:true,
    sUrl:'photographs.html'
},
{   sTitle:'Description',
    bIsWebPath:true,
    sUrl:'description.html'
},
{   sTitle:'Checklist',
    bIsWebPath:true,
    sUrl:'checklist.html'
},
{   sTitle:'Booking Conditions',
    bIsWebPath:true,
    sUrl:'booking conditions.html'
},
{   sTitle:'Local Interest',
    bIsWebPath:true,
    sUrl:'local interest.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page5.html'
}]
});
