var customNavTree16 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'home.html'
},
{   sTitle:'Menu',
    bIsWebPath:true,
    sUrl:'menu.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Pizza',
        bIsWebPath:true,
        sUrl:'pizza.html',
        sTarget:'_self'
    },
    {   sTitle:'Gluten-Free Pizza',
        bIsWebPath:true,
        sUrl:'gluten-free.html',
        sTarget:'_self'
    },
    {   sTitle:'Sanwiches & Drinks',
        bIsWebPath:true,
        sUrl:'sandwichesanddrinks.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Location',
    bIsWebPath:true,
    sUrl:'location.html',
    sTarget:'_self'
},
{   sTitle:'Special Offers',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Bimbo\'s Pizza Fan Club',
        bIsWebPath:true,
        sUrl:'fanclub.html',
        sTarget:'_self'
    }]
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Community',
    bIsWebPath:true,
    sUrl:'community.html',
    sTarget:'_self'
},
{   sTitle:'Apparel',
    bIsWebPath:true,
    sUrl:'apparel.html',
    sTarget:'_self'
}]
});
