function popImage(imageFileName,winName,features) { //v2.0
  var mod_popup = window.open(imageFileName,winName,features);
}