function openpopup(popurl){
	 var lesoptions = "height=500, width=800, 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 !');

        }
	
	}