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


function cambialink(args){
	
	switch (args) {
//Home IT
		case  "home":		
			document.location.href = "/fr/home.htm?intro=0";
		break;
		
		
//Home FR
		case  "francese":		
			//document.location.href = "/fr/home.htm?intro=0";
			alert("coming soon");
		break;
		

		
		
//Cambia Sito ( index.htm = splash page)
		case    "donna":  
				document.location.href = "http://www.somatolinecosmetic.fr/fr/index.htm";
		break;
		
		case    "uomo":  
				document.location.href = "http://www.somatolinecosmetichomme.fr/fr/index.htm";
		break;
		
//News
		case    "news":  
				document.location.href = "/fr/news/news.htm";
		break;
		
		
//Newsletter		
		case    "newsletter":  
				document.location.href = "/fr/newsletter/subscribe.aspx";
				//alert("coming soon");
		break;	

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

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


