function img(imgID) {
  newWin1 = open("http://www.boberdoo.com/pages/screenShot.php?path="+imgID, "Screenshot", "resizable=yes,width=753,height=600,directories=no,location=no,status=no,toolbar=no,scrollbars=yes");
  newWin1.focus();
}