var customNavTree7 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Programma',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'I musicisti',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Foto',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Suoni',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Contatti',
    bIsWebPath:true,
    sUrl:'page9.html'
}]
});
