 <script language="JavaScript">
			function nouvelleFenetre(url) {
  propriete = "top=0,left=0,resizable=yes, toolbar=no, scrollbars=no, menubar=no, location=no, statusbar=no"
  propriete += ",width=" + "800" + ",height=" + "600";
  win = window.open(url,"fenetre", propriete)
}
</script>