function doScreenPop(dest){
 var screenPop=window.open("image.php?imageID=" + dest, "screenPop", "width=300, height=300, channelmode=no, directories=no, left=150, location=no, menubar=no, status=no, toolbar=no, top=150, scrollbars=yes");
}