var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Navigazione',
    bIsWebPath:true,
    sUrl:'page11.html',
    sTarget:'_self'
},
{   sTitle:'L\'Associazione',
    bIsWebPath:true,
    sUrl:'page5.html',"childArray" : [
    {   sTitle:'La Storia',
        bIsWebPath:true,
        sUrl:'page70.html'
    },
    {   sTitle:'I Presidenti',
        bIsWebPath:true,
        sUrl:'page21.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Le Contrade',
    bIsWebPath:true,
    sUrl:'Albo doro vincitori palio.html',
    sTarget:'_self'
},
{   sTitle:'Galleria Fotografia',
    bIsWebPath:true,
    sUrl:'page4.html',"childArray" : [
    {   sTitle:'Foto Gare',
        bIsWebPath:true,
        sUrl:'page20.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Dove Siamo',
    bIsWebPath:true,
    sUrl:'page8.html'
},
{   sTitle:'Link Amici',
    bIsWebPath:true,
    sUrl:'page9.html'
}]
});
