﻿function cambia(){

if(document.getElementById('Rif').title=='home'){
window.open('en_index.html','_top')
}

if(document.getElementById('Rif').title=='home_en'){
window.open('index.html','_top')
}

if(document.getElementById('Rif').title=='brand'){
window.open('en_brand.html','_top')
}

if(document.getElementById('Rif').title=='brand_en'){
window.open('brand.html','_top')
}

if(document.getElementById('Rif').title=='brand_1'){
window.open('en_brand_1.html','_top')
}

if(document.getElementById('Rif').title=='brand_en_1'){
window.open('brand_1.html','_top')
}

if(document.getElementById('Rif').title=='brand_2'){
window.open('en_brand_2.html','_top')
}

if(document.getElementById('Rif').title=='brand_en_2'){
window.open('brand_2.html','_top')
}

if(document.getElementById('Rif').title=='collection'){
window.open('en_collection.html','_top')
}

if(document.getElementById('Rif').title=='collection_en'){
window.open('collection.html','_top')
}

if(document.getElementById('Rif').title=='collection_2'){
window.open('en_collection_2.html','_top')
}

if(document.getElementById('Rif').title=='collection_en_2'){
window.open('collection_2.html','_top')
}

if(document.getElementById('Rif').title=='contatti'){
window.open('en_contatti.html','_top')
}

if(document.getElementById('Rif').title=='contatti_en'){
window.open('contatti.html','_top')
}

if(document.getElementById('Rif').title=='marchio'){
window.open('en_marchio.html','_top')
}

if(document.getElementById('Rif').title=='marchio_en'){
window.open('marchio.html','_top')
}

if(document.getElementById('Rif').title=='news'){
window.open('en_news.html','_top')
}

if(document.getElementById('Rif').title=='news_en'){
window.open('news.html','_top')
}

if(document.getElementById('Rif').title=='prodotti'){
window.open('en_new_line.html','_top')
}

if(document.getElementById('Rif').title=='prodotti_en'){
window.open('new_line.html','_top')
}

if(document.getElementById('Rif').title=='2010_prodotti'){
window.open('en_new_line_2010.html','_top')
}

if(document.getElementById('Rif').title=='2010_prodotti_en'){
window.open('new_line_2010.html','_top')
}

}

