// JavaScript Document
<!--
function mmm_openImage(theURL) {	
  window.open(theURL,'ViewImage','width=400, height=460');
}
//-->