var customNavTree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   bSeparatorBefore:true,
    bSeparatorAfter:true,
    sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page3.html',
    sTarget:'_self'
},
{   bSeparatorBefore:true,
    bSeparatorAfter:true,
    sTitle:'Products',
    bIsWebPath:true,
    sUrl:'page4.html',
    sTarget:'_self'
},
{   bSeparatorBefore:true,
    bSeparatorAfter:true,
    sTitle:'Shopping List',
    bIsWebPath:true,
    sUrl:'page6.html',
    sTarget:'_self'
},
{   bSeparatorBefore:true,
    bSeparatorAfter:true,
    sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page5.html',
    sTarget:'_self'
}]
});
