function Submitform()
{
if  (document.sub.addr.value=='') {alert("Indirizzo Email non valido"); return false; }
	else
		{
			if ( ((document.sub.addr.value.indexOf('@',1))==-1)||(document.sub.addr.value.indexOf('.',1))==-1 )
				{ alert("Indirizzo Email non valido");
				 return false;
				}

			else 	document.sub.submit();
		}
}

function home() {if(document.all)document.body.style.behavior='url(#default#homepage)';document.body.setHomePage('http://www.ValloWeb.com');}

function go(loc,newwind){window.open(loc,"","width=760,height=500,toolbar,status,resizable,scrollbars,location")}

function traduci($url_richiesta){
document.write("<table class=menu cellpadding='2' bordercolor='ffffff' cellspacing='0' width='80'><tr align=center>");
document.write("<td width='20%'><a href='http://www.valloweb.com" + $url_richiesta + "'><img alt='Italiano' src='/img/bandiere/band_ita.gif' border='0'></a></td>");
document.write("<td width='20%'><a href='http://translate.google.com/translate?hl=en&sl=it&u=http://www.valloweb.com" + $url_richiesta + "'><img alt='English' src='/img/bandiere/band_uk.gif' border='0'></a></td>");
document.write("<td width='20%'><a href='http://translate.google.com/translate?hl=es&sl=it&u=http://www.valloweb.com" + $url_richiesta + "'><img alt='Espanol' src='/img/bandiere/band_esp.gif' border='0'></a></td>");
document.write("<td width='20%'><a href='http://translate.google.com/translate?hl=de&sl=it&u=http://www.valloweb.com" + $url_richiesta + "'><img alt='German' src='/img/bandiere/band_ger.gif' border='0'></a></td>");
document.write("</tr></table>");
}


function popupPage_resize(URL,w,h) {
var iTop=window.screen.height/2-h/2-10;
var iLeft=window.screen.width/2-w/2-10;
var windowprops = "location=no,scrollbars=no,menubars=no,toolbars=no,resizable=no" + ",left=" + iLeft + ",top=" + iTop + ",width=" + w + ",height=" + h;
popup = window.open(URL,"vedilogo",windowprops);
popup.focus();
}

