function cambialink(args){
	
	switch (args) {
//Home EN
		case  "italiano":		
			document.location.href = "/it/home.htm?intro=0";
			//alert("Coming soon");
		break;

//Home IT
		case  "home":		
			document.location.href = "/en/home.htm?intro=0";
		break;

		
//Home DE
		case  "tedesco":		
			document.location.href = "/de/home.htm?intro=0";
		break;		
		
		
		
//Azienda
		case  "azienda":		
			document.location.href = "/en/azienda/azienda.htm";
		break;
//Tenute
		case  "tenute":		
			document.location.href = "/en/tenute/tenute.htm";
		break;

//I nostri vini
		case  "inostrivini":		
			document.location.href = "/en/prodotti/inostrivini.htm";
		break;
		
//tasteandbuy
		case  "dovedegustare":		
			document.location.href = "/en/tasteandbuy/TasteAndBuy.htm";
		break;

//riconoscimenti
		case  "riconoscimenti":		
			document.location.href = "/en/riconoscimenti/riconoscimenti.htm";
		break;

//News
		case  "news":		
			document.location.href = "/en/news/news.htm";
		break;

	
//Download
		case  "download":		
			document.location.href = "/en/download/download.htm";
			//alert("Coming soon");
		break;
			
//Newsletter
		case  "newsletter":		
			document.location.href = "/en/newsletter/newsletter.htm";
		break;
		
//Contattaci
		case  "contattaci":		
			document.location.href = "/en/contattaci.htm";
		break;
		
//Mappa
		case  "mappa":		
			document.location.href = "/en/mappa.htm";
		break;
		
//Privacy
		case "privacy":
					window.open('../privacy.htm','privacy','width=510,height=600,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes');
		break;
		
//Tenute di Toscana	
		case "tenuteditoscana":			
			//alert("Coming soon");
window.open('http://www.tenuteditoscana.it/en/tenuteditoscana/index.htm','tenuteditoscana','width=1000,height=800,toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes');
		break;

//vinitaly
		case "vinitaly":
			document.location.href = "/en/Redirect.aspx?nav=0&id=MO75";
			//window.open   ('/en/iniziative/vinitaly.htm','','width=940,height=670,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no');	
		break;	
	
//Castelgiocondo (pag.indice)
		case "castelgiocondo":										window.open('/castelgiocondo/en/index.htm','castelgiocondo','width=1000,height=800,toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes');
		break;
		
//Castelgiocondo
		case "vinocastelgiocondo":
window.open('/en/castelgiocondo/index.htm','castelgiocondo','width=930,height=540,toolbar=no,location=no,status=no,menubar=no,scrollbars=auto,resizable=no');
		break;
		
//scheda_castelgiocondo
		case "scheda_castelgiocondo":
		//alert(window.name)
			if(window.name=='castelgiocondo') {				
				window.close();
				opener.location.href = "/en/Redirect.aspx?nav=0&id=BC75";
				opener.focus();
			} else {
				location.href = "/en/Redirect.aspx?nav=0&id=BC75";
			}			
		break;	
		
//Vino del mese / 
		case  "nipozzano":		
			document.location.href = "/en/Redirect.aspx?id=NI75&nav=0";
		break;	
	

//Mormoreto
		case "mormoreto":			window.open('/en/mormoreto/index.htm','mormoreto','width=930,height=540,toolbar=no,location=no,status=no,menubar=no,scrollbars=auto,resizable=no');
		break;

		
//scheda_mormoreto
		case "scheda_mormoreto":
		//alert(window.name)
			if(window.name=='mormoreto') {				
				window.close();
				opener.location.href = "/en/Redirect.aspx?nav=0&id=MO75";
				opener.focus();
			} else {
				location.href = "/en/Redirect.aspx?nav=0&id=MO75";
			}			
		break;
		
//Sheda Lamaione
		case "scheda_lamaione":
			//alert(window.name)
			if(window.name=='lamaione') {				
				window.close();
				opener.location.href = "/en/Redirect.aspx?nav=0&id=LA75";
				opener.focus();
			} else {
				location.href = "/en/Redirect.aspx?nav=0&id=LA75";
			}			
		break;
		
//Lamaione
		case "lamaione":			window.open('/en/lamaione/index.htm','lamaione','width=930,height=540,toolbar=no,location=no,status=no,menubar=no,scrollbars=auto,resizable=no');
		break;

		
//Giramonte
		case "giramonte":			window.open('/en/giramonte/index.htm','giramonte','width=930,height=540,toolbar=no,location=no,status=no,menubar=no,scrollbars=auto,resizable=no');
		break;

		
		
//Sheda Giramonte
		case "scheda_giramonte":
			//alert(window.name)
			if(window.name=='giramonte') {				
				window.close();
				opener.location.href = "/en/Redirect.aspx?nav=0&id=DG75";
				opener.focus();
			} else {
				location.href = "/en/Redirect.aspx?nav=0&id=DG75";
			}			
		break;	
		//Montesodi
		case "montesodi":			window.open('/en/montesodi/index.htm','montesodi','width=930,height=540,toolbar=no,location=no,status=no,menubar=no,scrollbars=auto,resizable=no');
		break;

		
		
//Sheda Montesodi
		case "scheda_montesodi":
			//alert(window.name)
			if(window.name=='montesodi') {				
				window.close();
				opener.location.href = "/en/Redirect.aspx?nav=0&id=MT75";
				opener.focus();
			} else {
				location.href = "/en/Redirect.aspx?nav=0&id=MT75";
			}			
		break;	
		
		
	}	
}