var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sDescription:'Esaro Esaro\'s Rock Festival',
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Rassegna',
    bIsWebPath:true,
    sUrl:'rassegna.html'
},
{   sTitle:'Multimedia',
    bIsWebPath:true,
    sUrl:'multimedia.html',"childArray" : [
    {   sTitle:'I edizione',
        bIsWebPath:true,
        sUrl:'gall1.html',
        sTarget:'_self'
    },
    {   sTitle:'III edizione',
        bIsWebPath:true,
        sUrl:'gall3.html',
        sTarget:'_self'
    },
    {   sTitle:'IV edizione',
        bIsWebPath:true,
        sUrl:'gall4.html',
        sTarget:'_self'
    },
    {   sTitle:'V edizione',
        bIsWebPath:true,
        sUrl:'page10.html',
        sTarget:'_self'
    },
    {   sTitle:'Video',
        bIsWebPath:true,
        sUrl:'video.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Partecipare',
    bIsWebPath:true,
    sUrl:'partecipare.html'
},
{   sTitle:'Contatti',
    bIsWebPath:true,
    sUrl:'contatti.html'
}]
});
