function setWin(newLoc, newWidth, newHeight)
{
  newWin = open(newLoc,"","scrollbars=yes,resizable=yes,status=no,height=" + newHeight + ",width=" + newWidth);
  newWin.focus()
}
