function pop(adr,nom,winWidth,winHeight)
{
  window.open(adr,nom,"width="+winWidth+",height="+winHeight+",scrollbars=yes");
}