var customNavTree6 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Products',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Broths and Soups',
        bIsWebPath:true,
        sUrl:'page11.html',
        sTarget:'_self'
    },
    {   sTitle:'Herbs',
        bIsWebPath:true,
        sUrl:'page8.html',
        sTarget:'_self'
    },
    {   sTitle:'Spices',
        bIsWebPath:true,
        sUrl:'page10.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Directions',
    bIsWebPath:true,
    sUrl:'page6.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Disclaimer',
    bIsWebPath:true,
    sUrl:'page9.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page5.html'
}]
});
