// JavaScript Document
<!--
function fenetre(url)
{
window.open(url, "fenetre", "screenx=0,screeny=0,width=640,height=500,menubar=no,status=no,resizable=no,scrollbars=1");
}
//-->
