function openpopup(popurl){
	 var lesoptions = "height=800, width=690, toolbar=no, directories=no, status=yes, scrollbars=yes, resizable=yes, menubar=no";
		var download=window.open(popurl,"download",lesoptions);
	 download.focus();
	  bug = new Image();
 bug.src = 'http://www.normandie-x.com/log.php?country=fr&ref=' + document.location +'&url='+popurl;

	 return true;
}
function VerifFormrech()
{
	lemc = document.rech.mc.value;
	 if (lemc.length >2)

        {

        document.rech.submit();

        }
		    else

        {

        alert('Entrez plus de mots !');

        }
	
	}
	function PopupMail(frm){
  window.open('http://www.videos2stars.com/newsletter2.php?wref=379&email='+frm.email.value,'_blank','width=450, height=100, toolbar=no, location=no, directories=no, status=no, scrollbars=no, resizable=no,top=50,left=50');
}
function EmptyMail(frm){
  if (frm.email.value == "Votre Email ici"){
    frm.email.value = "";
  }
}	
