var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Welcome',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Location',
    bIsWebPath:true,
    sUrl:'findus.html'
},
{   sTitle:'Dates',
    bIsWebPath:true,
    sUrl:'page6.html'
},
{   sTitle:'Booking',
    bIsWebPath:true,
    sUrl:'bookingform.html'
},
{   sTitle:'Travelling',
    bIsWebPath:true,
    sUrl:'page8.html'
},
{   bSeparatorAfter:true,
    sTitle:'Eating',
    bIsWebPath:true,
    sUrl:'breakfast.html'
}]
});
