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