function popup ( name, link, x, y )
{
  newWindow = window.open(link, name,'toolbar=no,menubar=no,resizable=yes,scrollbars=yes,status=no,location=no,width=' + (x + 20) + ',height=' + (y + 20));
}
