var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Chi siamo',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'L\'associazione',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'La pianta',
    bIsWebPath:true,
    sUrl:'page7.html'
},
{   sTitle:'La zona di produzione',
    bIsWebPath:true,
    sUrl:'page70.html'
},
{   sTitle:'Iniziative',
    bIsWebPath:true,
    sUrl:'page71.html'
},
{   sTitle:'Area soci',
    bIsWebPath:true,
    sUrl:'page11.html'
},
{   sTitle:'Contatti',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'BLOG',
    bIsWebPath:true,
    sUrl:'page12.html',
    sTarget:'_self'
}]
});