function imagepage(id,caption)
{
parent.images.document.close();
parent.images.document.writeln('<HTML>');
parent.images.document.writeln('<HEAD>');
parent.images.document.writeln('<LINK REL="stylesheet" TYPE="text/css" HREF="../iotp.css">');
parent.images.document.writeln('<!--#include virtual="../headbit.shtml"-->');
parent.images.document.writeln('</HEAD>');
parent.images.document.writeln('<BODY>');
parent.images.document.writeln('<IMG SRC="',id,'" ALIGN="BOTTOM" ALT="',caption,'"><BR CLEAR="LEFT">',caption,'<BR>');
parent.images.document.writeln('</BODY>');
parent.images.document.writeln('</HTML>')

}
