function ouvrir(page,nom,x,y,scroll)
{
  wo=window.open(page,nom,"width="+x+",height="+y+",scrollbars="+scroll);
  wo.focus();
}