// JavaScript Document
function apri() 
	{ 
		if (document.form.select.options[document.form.select.selectedIndex].value != "none") 
		{ 
			location.href = document.form.select.options[document.form.select.selectedIndex].value 
		} 
	} 


var myPhoto
function gallery(id,lang){
		sinistra=(screen.widht /2)- 250;
		alto=(screen.height /2)- 250;
		
		if (myPhoto && !myPhoto.closed)myPhoto.close();
		myPhoto = window.open('detail.asp?CATA_ID='+id+'&LANG='+lang,'Detail','toolbar=no,location=no,description=no,status=yess, menubar=yess,resizable=yes,scrollbars=yes,left='+sinistra+'top='+alto+',width=780,height=430');
		myPhoto.focus();

}

	function nospam(nome,dom,prodotto,codice){
		if (nome != "" && dom != ""){
			
			mail_addr = "mailto:" + nome + "@" + dom + "?subject=Richiesta informazioni su " + prodotto + " ( codice : " + codice + " )";
			window.location = mail_addr;
		}
	}