function openPopUrl(URL, w, h) {
	window.open(URL,"TuttiVideo","menubar=no, scrollbars=no status=no,width="+w+",height="+h+"");
}

function chkNewsLetter() {
	if (document.newsLetter.emailNews.value!="" && /^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,4})+$/.test(document.newsLetter.emailNews.value)){
		return true;
	}
  	else {
	alert("Attenzione: devi inserire un indirizzo email valido.");
	return false;
	}
}
