<!--
//

function chkbnk_fm() {
	if (document.fm.email.value == "") {
		alert("Non hai scritto nulla!");
		return false;
	}
	if (document.fm.email.value == "tua e-mail") {
		alert("Immetti il tuo indirizzo e-mail!");
		return false;
	}
	alert("Grazie! La richiesta di iscrizione a newsletter@usaitaly.info č stata inviata a Jennifer, il robot che gestisce la lista. Riceverai subito un messaggio da lei, controlla la posta! Grazie. UsaItaly.info");
 	document.fm.submit();
  	return true;
}

function chkbnk_fmbig() {
	if (document.fm.email.value == "") {
		alert("Non hai scritto il tuo indirizzo E-mail!");
		return false;
	}
	alert("Grazie! La richiesta di iscrizione a newsletter@usaitaly.info č stata inviata a Jennifer, il robot che gestisce la lista. Riceverai subito un messaggio da lei, controlla la posta! Grazie. UsaItaly.info");
 	document.fm.submit();
  	return true;
}

function chkbnk_pubb() {
	alert("La richiesta di informazioni e contatto č stata inviata. Ti contatteremo al pių presto! Grazie per l'interessamento a UsaItaly.info.");
 	document.pubb.submit();
  	return true;
}

function openWindow(file, width, height)
{ 
	leftPos=0; 
	topPos=0; 
	if(screen)
	{ 
		leftPos = (screen.width/2) - 200; 
		topPos = (screen.height/2) - 200; 
	}
	var newWindow = window.open(file, '', 'titlebar=yes, toolbar=yes, location=yes, directories=yes, status=yes, menubar=yes, scrollbars=yes, resizable=yes, width='+width+', height='+height+', left='+leftPos+', top='+topPos+''); 

newWindow.blur(); 
}

//
-->