var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Prodotti',
    'bIsWebPath':true,
    'sUrl':'prodotti-fm.html',"childArray" : [
    {   'sTitle':'Cosa hanno di particolare?',
        'bIsWebPath':true,
        'sUrl':'fm-cosahadidiverso.html'
    },
    {   'sTitle':'Sei scettico?',
        'bIsWebPath':true,
        'sUrl':'fm-periscettici.html'
    }]
},
{   'sTitle':'L\'Azienda',
    'bIsWebPath':true,
    'sUrl':'fm-azienda.html',"childArray" : [
    {   'sTitle':'Chi cerchiamo',
        'bIsWebPath':true,
        'sUrl':'fm-chicerchiamo.html'
    },
    {   'sTitle':'Cosa facciamo',
        'bIsWebPath':true,
        'sUrl':'fm-cosafacciamo.html'
    },
    {   'sTitle':'Perchè FM?',
        'bIsWebPath':true,
        'sUrl':'fm-perchè.html'
    }]
},
{   'sTitle':'Lavora con noi',
    'bIsWebPath':true,
    'sUrl':'fm-ilkit.html'
},
{   'sTitle':' Contatti ',
    'bIsWebPath':true,
    'sUrl':'contatti.html'
}]
});
