// JavaScript Document
function PopupPic(sPicURL){ win=window.open("image.html?"+sPicURL,"","width=200,height=200,resizable=yes,scrollbars=no,toolbar=no"); win.moveTo(0,0); }

