function cambia(){

if(document.getElementById('Rif').title=='Le nostre aree di specializzazione'){
window.open('en_aree.html','_top')
}

if(document.getElementById('Rif').title=='Our areas of specialization'){
window.open('aree.html','_top')
}

if(document.getElementById('Rif').title=='Attivitą internazionale'){
window.open('en_attivita.html','_top')
}

if(document.getElementById('Rif').title=='Our international practice'){
window.open('attivita.html','_top')
}

if(document.getElementById('Rif').title=='Dove siamo'){
window.open('en_dove.html','_top')
}

if(document.getElementById('Rif').title=='Location'){
window.open('dove.html','_top')
}

if(document.getElementById('Rif').title=='Gli obiettivi'){
window.open('en_obiettivi.html','_top')
}

if(document.getElementById('Rif').title=='Our mission'){
window.open('obiettivi.html','_top')
}

if(document.getElementById('Rif').title=='Organizzazione'){
window.open('en_organizzazione.html','_top')
}

if(document.getElementById('Rif').title=='Our organization'){
window.open('organizzazione.html','_top')
}

if(document.getElementById('Rif').title=='Le nostre prestazioni professionali'){
window.open('en_prestazioni.html','_top')
}

if(document.getElementById('Rif').title=='Our services'){
window.open('prestazioni.html','_top')
}

if(document.getElementById('Rif').title=='Soci e Collaboratori'){
window.open('en_soci.html','_top')
}

if(document.getElementById('Rif').title=='Partner and Associates'){
window.open('soci.html','_top')
}

if(document.getElementById('Rif').title=='La nostra storia'){
window.open('en_storia.html','_top')
}

if(document.getElementById('Rif').title=='Our history'){
window.open('storia.html','_top')
}

}

