var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Benvenuti',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Appartamenti',
    bIsWebPath:true,
    sUrl:'appartamenti.html',"childArray" : [
    {   sTitle:'1-Monolocale',
        bIsWebPath:true,
        sUrl:'1-monolocale.html'
    },
    {   sTitle:'2-Monolocale',
        bIsWebPath:true,
        sUrl:'2-monolocale.html'
    },
    {   sTitle:'3-Monolocale',
        bIsWebPath:true,
        sUrl:'3-monolocale.html'
    },
    {   sTitle:'4-Bilocale',
        bIsWebPath:true,
        sUrl:'4-bilocale.html'
    },
    {   sTitle:'5-Bilocale',
        bIsWebPath:true,
        sUrl:'5-bilocale.html'
    }]
},
{   sTitle:'Dove siamo',
    bIsWebPath:true,
    sUrl:'dove_siamo.html'
},
{   sTitle:'L\'Azienda',
    bIsWebPath:true,
    sUrl:'azienda.html',"childArray" : [
    {   sTitle:'L\'olio extravergine d\'oliva',
        bIsWebPath:true,
        sUrl:'olio.html'
    }]
},
{   sTitle:'L\'Ambiente',
    bIsWebPath:true,
    sUrl:'ambiente.html'
},
{   sTitle:'Turismo',
    bIsWebPath:true,
    sUrl:'turismo.html',"childArray" : [
    {   sTitle:'Eventi',
        bIsWebPath:true,
        sUrl:'eventi.html'
    }]
},
{   sTitle:'Prenotazioni',
    bIsWebPath:true,
    sUrl:'prenotazioni.html',"childArray" : [
    {   sTitle:'Links',
        bIsWebPath:true,
        sUrl:'links.html'
    }]
}]
});