lbselect = " --- Seleziona scheda --- "; 
lbArchivio = "Visualizza l'archivio"; 


function cambialink(args){
	
	switch (args) {
//Home IT
		case  "home":		
			document.location.href = "/at/home.htm?intro=0";
		break;
		
		
//Home FR
		case  "francese":		
			//document.location.href = "/at/home.htm?intro=0";
			alert("coming soon");
		break;
		

 
//News
		case    "news":  
				document.location.href = "/at/news/news.htm";
		break;
		
		
//Newsletter		
		case    "newsletter":  
				document.location.href = "/at/newsletter/newsletter.aspx";
				//alert("coming soon");
		break;	

		
//Contattaci
		case  "contatti":		
			document.location.href = "/contact/index.cfm?lang=de&country=at";
			//alert("coming soon");
		break;
		
//Mappa
		case  "mappa":		
			//document.location.href = "/at/mappa.htm";
			alert("coming soon");
		break;
	

//Note Legali
		case "impressum":
					window.open('/at/impressum.cfm','privacy','width=480,height=400,toolbar=no,location=no,status=no,menubar=no,scrollbars=1,resizable=yes');
		break;
	
	
	}
	
}



