
	function NewWindow(url,iWidth,iHeight)
	{
	 	var hWnd = window.open(url,"","width="+iWidth+",height="+iHeight+",toolbar=no,resizable=yes,scrollbars=yes,dependent=yes");
	  	if (hWnd.focus != null) hWnd.focus();
	}
	function newsletter(sEmail,iCodeMailing){
		NewWindow("http://mailing.lacentrale.ch/inscription.php?sEmail="+sEmail+"&iCodeMailing="+iCodeMailing,800,600)
	}
	function MM_openBrWindow(theURL,winName,features) { //v2.0
  		window.open(theURL,winName,features);
	}