var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'PRODOTTI',
    bIsWebPath:true,
    sUrl:'prodotti.html'
},
{   sTitle:'PROGETTAZIONE',
    bIsWebPath:true,
    sUrl:'progettazione.html'
},
{   sTitle:'GALLERIA',
    bIsWebPath:true,
    sUrl:'galleria.html'
},
{   bSeparatorBefore:true,
    sDescription:'contatti',
    sTitle:'CONTATTI',
    bIsWebPath:true,
    sUrl:'contatti.html',
    sTarget:'_self'
},
{   bSeparatorBefore:true,
    bSeparatorAfter:true,
    sDescription:'webmaster',
    sTitle:'WEBMASTER',
    bIsWebPath:true,
    sUrl:'webmaster.html'
}]
});
