function loadimg(img, w, h) { w += 20; h += 20; img = "images/products/"+img+".jpg";window.open(img, null, "toolbar=0,directories=0,menubar=0,status=0,location=0,copyhistory=0,scrollbar=0,width="+w+",height="+h); }
