var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'catering.html'
},
{   sTitle:'Menu',
    bIsWebPath:true,
    sUrl:'menu.html'
},
{   sTitle:'Fundraising',
    bIsWebPath:true,
    sUrl:'fundraising.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Bookings',
    bIsWebPath:true,
    sUrl:'bookings.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
