function ShowBigPic(img,wdt,hgt) {
 attributes = "top=0,left=0,resizable,scrollbars,width=" +
 wdt + ",height=" + hgt
 window.open(img,"pic",attributes)
 }
  
