
function imagepop(imageID){

  var popURL = "/image.php?imageID="+imageID;

  var prodPop = window.open(popURL, 'image', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,xresizable=0,width=200,height=200,left = 200,top = 200');

  prodPop.focus();

}