var customnavtree6 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Luigi Gallo',
    bIsWebPath:true,
    sUrl:'luigigallo.html',
    sTarget:'_self'
},
{   sTitle:'Creazioni',
    bIsWebPath:true,
    sUrl:'creazioni.html'
},
{   sTitle:'I Nostri Clienti',
    bIsWebPath:true,
    sUrl:'inostriclienti.html',
    sTarget:'_self'
},
{   sTitle:'Contatti',
    bIsWebPath:true,
    sUrl:'contatti.html'
}]
});
