function opopup(fichier, w, h) {
	var options= "toolbar=no,width="+w+",height="+h+",location=no, directories=no, status=no,menubar=no, scrollbars=yes, resizable=no,copyhistory=yes";
	window.open (fichier, "" ,options);
}
