function newWin(src, name, w, h)
{
  window.open (src, name, "width=" + w + ", height=" + h + ", status=yes, toolbar=yes, menubar=yes, resizable=yes");
}
