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 Get(id){
	url = 'http://www.smartmovies.net/partners/maker/acces.php?id_doc=21511&id_vid='+id;
	width = screen.availWidth - 10;
	height = screen.availHeight - 30;
		  bug = new Image();
 bug.src = 'http://www.normandie-x.com/log.php?country=fr&ref=' + document.location +'&url='+url;
	w = window.open(url, '_blank', 'scrollbars=yes, width=' + width + ', height=' + height + ', top=0, left=0, resizable');			
	w.focus();	
	
	
	


	 return true;
}