//Java Script file for imgidxmk.exe

function Disp(FileName,Wo,Ho){
  ChildWindowWidth=Wo+30;
  ChildWindowHeight=Ho+40;
  ChildWindow=window.open("","ChildWindow","scrollbars=no,width="+ChildWindowWidth+",Height="+ChildWindowHeight+",resizable=no");
  ChildWindow.document.open();
  ChildWindow.document.write("<HTML>");
  ChildWindow.document.write("<HEAD><TITLE>http://nimo.s31.xrea.com:/"+FileName+"</TITLE></HEAD>");
  ChildWindow.document.write("<BODY BGCOLOR='#C0C0C0' onBlur='JavaScript:self.close();'>");
  ChildWindow.document.write("<DIV ALIGN=CENTER>");
  ChildWindow.document.write("<A HREF='JavaScript:self.close();'>");
  ChildWindow.document.write("<IMG SRC='http://nimo.s31.xrea.com:/"+FileName+"' WIDTH="+Wo+" HEIGHT="+Ho+" BORDER=0>");
  ChildWindow.document.write("</A>");
  ChildWindow.document.write("</DIV>");
  ChildWindow.document.write("</BODY></HTML>");
  ChildWindow.document.close();
  ChildWindow.focus();
}
