var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'Gallery.html',"childArray" : [
    {   sTitle:'Villa',
        bIsWebPath:true,
        sUrl:'villa.html'
    },
    {   sTitle:'Orangerie',
        bIsWebPath:true,
        sUrl:'orangerie.html'
    },
    {   sTitle:'Terrazza',
        bIsWebPath:true,
        sUrl:'Terrazza.html'
    },
    {   sTitle:'Viale',
        bIsWebPath:true,
        sUrl:'Viale.html'
    },
    {   sTitle:'Piscina',
        bIsWebPath:true,
        sUrl:'Piscina.html'
    },
    {   sTitle:'Interni',
        bIsWebPath:true,
        sUrl:'Interni.html'
    },
    {   sTitle:'Parco',
        bIsWebPath:true,
        sUrl:'Parco.html'
    },
    {   sTitle:'Eventi',
        bIsWebPath:true,
        sUrl:'Eventi.html'
    },
    {   sTitle:'Preparati',
        bIsWebPath:true,
        sUrl:'Preparati.html'
    },
    {   sTitle:'Notturne',
        bIsWebPath:true,
        sUrl:'Notturne.html'
    },
    {   sTitle:'Fuochi d\'artificio',
        bIsWebPath:true,
        sUrl:'Fuochi d\'artificio.html'
    }]
},
{   sTitle:'Guida Sposi',
    bIsWebPath:true,
    sUrl:'guidasposi.html'
},
{   sTitle:'Video',
    bIsWebPath:true,
    sUrl:'video.html'
},
{   sTitle:'Contattaci',
    bIsWebPath:true,
    sUrl:'contattaci.html'
},
{   sTitle:'Dove siamo',
    bIsWebPath:true,
    sUrl:'Dove siamo.html'
}]
});
