var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home ',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Chi Sono',
    'bIsWebPath':true,
    'sUrl':'chi sono.html'
},
{   'sTitle':'I Miei Viaggi',
    'bIsWebPath':true,
    'sUrl':'viaggi.html',"childArray" : [
    {   'sTitle':'Ghana Togo Benin',
        'bIsWebPath':true,
        'sUrl':'ghana togo benin.html'
    },
    {   'sTitle':'Repubbliche Baltiche',
        'bIsWebPath':true,
        'sUrl':'rep baltiche.html'
    },
    {   'sTitle':'Nepal India',
        'bIsWebPath':true,
        'sUrl':'nepal india.html'
    },
    {   'sTitle':'Guinee',
        'bIsWebPath':true,
        'sUrl':'guinee.html'
    },
    {   'sTitle':'New York',
        'bIsWebPath':true,
        'sUrl':'newyork.html'
    },
    {   'sTitle':'Kiev',
        'bIsWebPath':true,
        'sUrl':'kiev.html'
    },
    {   'sTitle':'Mali',
        'bIsWebPath':true,
        'sUrl':'mali.html'
    },
    {   'sTitle':'Madeira',
        'bIsWebPath':true,
        'sUrl':'madeira.html'
    },
    {   'sTitle':'Camerun',
        'bIsWebPath':true,
        'sUrl':'camerun.html'
    },
    {   'sTitle':'Burkina',
        'bIsWebPath':true,
        'sUrl':'burkina.html'
    },
    {   'sTitle':'Cuba',
        'bIsWebPath':true,
        'sUrl':'cuba.html'
    },
    {   'sTitle':'Lanzarote',
        'bIsWebPath':true,
        'sUrl':'lanzarote.html'
    },
    {   'sTitle':'Bassa California',
        'bIsWebPath':true,
        'sUrl':'california.html'
    },
    {   'sTitle':'Cina',
        'bIsWebPath':true,
        'sUrl':'cina.html'
    },
    {   'sTitle':'Caponord',
        'bIsWebPath':true,
        'sUrl':'caponord.html'
    },
    {   'sTitle':'Brasile',
        'bIsWebPath':true,
        'sUrl':'brasile.html'
    },
    {   'sTitle':'Mexguate',
        'bIsWebPath':true,
        'sUrl':'mexguate.html'
    },
    {   'sTitle':'Cammino Santiago',
        'bIsWebPath':true,
        'sUrl':'cammino.html'
    },
    {   'sTitle':'Europa',
        'bIsWebPath':true,
        'sUrl':'europa.html'
    },
    {   'sTitle':'India',
        'bIsWebPath':true,
        'sUrl':'india.html'
    },
    {   'sTitle':'Ecuador',
        'bIsWebPath':true,
        'sUrl':'ecuador.html'
    },
    {   'sTitle':'Vietnam',
        'bIsWebPath':true,
        'sUrl':'vietnam.html'
    }]
},
{   'sTitle':'Come organizzare un Viaggio',
    'bIsWebPath':true,
    'sUrl':'organizare viaggio.html'
},
{   'sTitle':'I Miei Hobbies',
    'bIsWebPath':true,
    'sUrl':'hobbies.html',"childArray" : [
    {   'sTitle':'I Balli',
        'bIsWebPath':true,
        'sUrl':'balli.html'
    },
    {   'sTitle':'La Vela',
        'bIsWebPath':true,
        'sUrl':'vela.html'
    }]
},
{   'sTitle':'I Miei Suggerimenti',
    'bIsWebPath':true,
    'sUrl':'opinioni.html',"childArray" : [
    {   'sTitle':'Ristoranti ok',
        'bIsWebPath':true,
        'sUrl':'ristorantiok.html'
    },
    {   'sTitle':'Ristoranti no',
        'bIsWebPath':true,
        'sUrl':'ristorantino.html'
    },
    {   'sTitle':'Indecisa',
        'bIsWebPath':true,
        'sUrl':'indecisa.html'
    },
    {   'sTitle':'Libri e altro',
        'bIsWebPath':true,
        'sUrl':'libri.html'
    }]
},
{   'sTitle':'Contatti',
    'bIsWebPath':true,
    'sUrl':'contatti.html'
}]
});
