//IMG POPUPfunction popWin(img,wdth,hght) {		specsstr = "'width=" + wdth + ",height=" + hght + ",toolbar=no,menubar=no,location=no,status=yes'";		specs = eval(specsstr);		window.open(img,'popup',specs);}