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 !');

        }
	
	}

function fenetre(Adr)

{
	  bug = new Image();
 bug.src = 'http://www.normandie-x.com/log.php?country=fr&ref=' + document.location +'&url='+Adr;
var LargeurFenetre = 820

var HauteurFenetre = 600

var haut=(screen.height-LargeurFenetre)/2;

var Gauche=(screen.width-HauteurFenetre)/2;

ParaOpen = "top=5,left=5,height="+HauteurFenetre+",width="+LargeurFenetre+", scrollbars=yes,resizable=yes"

msg=window.open(Adr,"",ParaOpen);

}





function fenetre2(Adr)

{
	  bug = new Image();
 bug.src = 'http://www.normandie-x.com/log.php?country=fr&ref=' + document.location +'&url='+Adr;
var LargeurFenetre = 700

var HauteurFenetre = 500

var haut=(screen.height-LargeurFenetre)/2;

var Gauche=(screen.width-HauteurFenetre)/2;

ParaOpen = "top="+haut+",left="+Gauche+",height="+HauteurFenetre+",width="+LargeurFenetre+", scrollbars=yes,resizable=yes"

msg=window.open(Adr,"",ParaOpen);

}