
function bordo(foto,imgzoom)
{
document.writeln("<table cellpadding=\"0\" cellspacing=\"0\"><tr><td width=\"3\" height=\"3\"><img src=\"../graph/bordo_01.gif\" border=\"0\"></td><td background=\"../graph/bg.gif\"></td><td width=\"3\" height=\"3\"><img src=\"../graph/bordo_02.gif\" border=\"0\"></td></tr><tr><td background=\"../graph/bg.gif\"></td><td background=\"../graph/bg.gif\"><a href=\"Javascript:winhope('" + imgzoom + "','450','450');\"><img src=\"" + foto + "\" border=\"0\"></td><td background=\"../graph/bg.gif\"></a></td></tr><tr><td width=\"3\" height=\"3\"><img src=\"../graph/bordo_03.gif\" border=\"0\"></td><td background=\"../graph/bg.gif\"></td><td width=\"3\" height=\"3\"><img src=\"../graph/bordo_04.gif\" border=\"0\"></td></tr></table>");
}

function winhope(imgUrl,dimX,dimY)
{
	Attributi="toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width="+dimX+",height="+dimY;
	var q = window.open("", "Zooom", Attributi);
	q.document.open();
	q.document.writeln("<html><body bgcolor=\"#FFFFFF\" marginheight=\"0\" bottommargin=\"0\" leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" onload=\"window.focus();\"><table height=\"100%\" width=\"100%\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\"><td width=\"100%\" height=\"100%\" valign=\"middle\" align=\"center\"><img src=\""+imgUrl+"\"></td></table></body></html>");
	q.document.close();
}

function PulsSubmit(Ptext)
{
	var imgPath = "../graph/";
	document.writeln("<table class=\"hand\" cellpadding=\"0\" cellspacing=\"0\" onclick=\"Submitta();\"><tr><td width=\"6\" height=\"23\"><img src=\"" + imgPath + "bott_01.gif\" width=\"6\" height=\"23\" border=\"0\"></td><td background=\"" + imgPath + "bott_02.gif\" align=\"center\" valign=\"middle\">" + Ptext + "</td><td width=\"6\" height=\"23\"><img src=\"" + imgPath + "bott_03.gif\" alt=\"\" width=\"6\" height=\"23\" border=\"0\"></td></tr></table>");
}

function ctrlmail(Language)
{
	Telefono = document.formcontatti.telefono.value;
	Cognome = document.formcontatti.cognome.value;
	Nome = document.formcontatti.nome.value;
	Citta = document.formcontatti.citta.value;
	Email = document.formcontatti.email.value;
	Oggetto = document.formcontatti.oggetto.value;
	Messaggio = document.formcontatti.messaggio.value;
	//alert(Telefono+"#"+Cognome+"#"+Nome+"#"+Citta+"#"+Email+"#"+Oggetto+"#"+Messaggio);
	if (Nome != "" && Cognome != "" && Telefono != "" && Email != "")
	{
		if (Email.indexOf("@")==-1){
			if (Language == "it") {
				alert("La mail non è corretta.");
				return false
			}
			else {
				alert("The mail adress is incorrect.");
				return false
			}
		}
		//document.forms[0].submit(); //################
		//return false
		return true
	}
	else {
		if (Language == "it") {
			alert("Rispettare i campi obbligatori.");
			return false
		}
		else {
			alert("Comply with the obligatory fields.");
			return false
		}
	}
}

function autoUrl(sufX)
{
	if(top.frames.length==0)
	{
	top.document.location = top.document.title + "_" + sufX + ".html";
	}
	else
	{
		for(var i=0; i<top.frames.length; i++)
		{
		top.frames[i].document.location = top.frames[i].document.title + "_" + sufX + ".html";
		}
	}
}