var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Profilo',
    'bIsWebPath':true,
    'sUrl':'profilo.html'
},
{   'sTitle':'Gallerie',
    'bIsWebPath':true,
    'sUrl':'gallerie.html'
},
{   'sTitle':'Portfolio',
    'bIsWebPath':true,
    'sUrl':'portfolio.html'
},
{   'sTitle':'Contatti',
    'bIsWebPath':true,
    'sUrl':'contatti.html'
},
{   'sTitle':'Pubblicazioni',
    'bIsWebPath':true,
    'sUrl':'pubblicazioni.html'
},
{   'sTitle':'Riconoscimenti',
    'bIsWebPath':true,
    'sUrl':'riconoscimenti.html',"childArray" : [
    {   'bSeparatorBefore':true,
        'sTitle':'Riconoscimenti',
        'bIsWebPath':true,
        'sUrl':'riconosciementi26.html'
    }]
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'link.html'
},
{   'sTitle':'Blog',
    'bIsWebPath':true,
    'sUrl':'blog.html'
}]
});
