function Open(url,horz,vert,scrol)
{
  window.open(url,"titre",'menubar=no,scrollbars=' + scrol + ',resizable=no,width=' + horz + ',height=' + vert );

}