var customnavtree9 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'chi siamo',
    bIsWebPath:true,
    sUrl:'chisiamo.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'sede',
        bIsWebPath:true,
        sUrl:'lasede.html',
        sTarget:'_self'
    },
    {   sTitle:'come raggiungerci',
        bIsWebPath:true,
        sUrl:'comeraggiungerci.html',
        sTarget:'_self'
    }]
},
{   sTitle:'storia e cultura',
    bIsWebPath:true,
    sUrl:'storia&coltura.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'le chiese e le ville',
        bIsWebPath:true,
        sUrl:'chiese&ville.html',
        sTarget:'_self'
    },
    {   sTitle:'santuario',
        bIsWebPath:true,
        sUrl:'santuario.html',
        sTarget:'_self'
    }]
},
{   sTitle:'manifestazioni',
    bIsWebPath:true,
    sUrl:'manifestazioni.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'premio marletta',
        bIsWebPath:true,
        sUrl:'premiomarletta.html',
        sTarget:'_self'
    },
    {   sTitle:'la sagra dell\'acciuga',
        bIsWebPath:true,
        sUrl:'sagraacciuga.html',
        sTarget:'_self'
    }]
},
{   sTitle:'turismo',
    bIsWebPath:true,
    sUrl:'turismo.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'B&B',
        bIsWebPath:true,
        sUrl:'b&b.html',
        sTarget:'_self'
    },
    {   sTitle:'ristorazione',
        bIsWebPath:true,
        sUrl:'ristorazione.html',
        sTarget:'_self'
    }]
},
{   sTitle:'contatti',
    bIsWebPath:true,
    sUrl:'contatti.html',
    sTarget:'_self'
},
{   sTitle:'info utili',
    bIsWebPath:true,
    sUrl:'infoutili.html',
    sTarget:'_self'
}]
});
