var customnavtree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Masculino',
    bIsWebPath:true,
    sUrl:'page366.html',
    sTarget:'_self'
},
{   sTitle:'Feminino',
    bIsWebPath:true,
    sUrl:'page366.html',
    sTarget:'_self'
},
{   sTitle:'Juvenil',
    bIsWebPath:true,
    sUrl:'page366.html',
    sTarget:'_self'
},
{   sTitle:'Tamanhos especiais',
    bIsWebPath:true,
    sUrl:'page366.html',
    sTarget:'_self'
}]
});
