lbselect = " --- Seleziona scheda --- "; 
lbArchivio = "Visualizza l'archivio"; 


function cambialink(args){
	
	switch (args) {
//Home IT
		case  "home":		
			document.location.href = "/it/home.htm?intro=0";
		break;
		
		
//Home FR
		case  "francese":		
			//document.location.href = "/fr/home.htm?intro=0";
			alert("coming soon");
		break;
		
// Cambio sito
 		case	"uomo":
				window.open('http://www.somatolinecosmeticuomo.it/it/')
		break;
		
//News
		case    "news":  
				document.location.href = "/it/news/news.htm";
		break;
		
		
//Newsletter		
		case    "newsletter":  
				document.location.href = "/it/newsletter/newsletter.aspx";
				//alert("coming soon");
		break;	

		
//Contattaci
		case  "contatti":		
			document.location.href = "/it/contatti.aspx";
			//alert("coming soon");
		break;
		
//Mappa
		case  "mappa":		
			//document.location.href = "/it/mappa.htm";
			alert("coming soon");
		break;
	

//Note Legali
		case "notelegali":
					window.open('/it/privacy.htm','privacy','width=480,height=400,toolbar=no,location=no,status=no,menubar=no,scrollbars=1,resizable=yes');
		break;
	
	
	}
	
}


