var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Azienda',
    bIsWebPath:true,
    sUrl:'azienda.html'
},
{   sTitle:'Caffè',
    bIsWebPath:true,
    sUrl:'caffè.html'
},
{   sTitle:'Prodotti',
    bIsWebPath:true,
    sUrl:'prodotti.html'
},
{   sTitle:'Contattaci',
    bIsWebPath:true,
    sUrl:'contattaci.html'
}]
});
