function popupImage(windowName,reference,width,height) {	eval("window.open('/show_full_image.php?reference="+reference+"','"+windowName+"','width="+width+",height="+height+",toolbar=0,menubar=0,status=0,scrollbars=0,resizable=0,left=0,top=0');");}