<html>
<head> <TITLE> Image View </TITLE> <HTA:APPLICATION SCROLL="no" INNERBORDER="no" CONTEXTMENU="no" SINGLEINSTANCE="yes" BORDERSTYLE="sunken" BORDER="thin" WINDOWSTATE="Maximize" />
<style rel="stylesheet" type="text/css"> #toolBar { background-color:menu; height:30px; top:0px; padding-left:0px; padding-bottom:1px; border:1px ridge #C0C0C0; }
button { border-width:1pt; width:24px; height:24px; font-size:12pt; }
body { margin:0px; overflow:hidden; background-color:menu; } </style>
<script language="javascript">
</script> </head>
<body> <table border="1" width="100%" cellspacing="0" id="ToolBar" cellpadding="0" bgcolor="#D4D0C8" bordercolorlight="#000000" bordercolordark="#FFFFFF"> <tr> <td> <button style="width:4px"></button> <button style="font-family:Wingdings" onclick="doNew()">3</button> <button style="font-family:Wingdings" onclick="doOpen()">1</button> <button style="font-family:Webdings" onclick="doFirst()">9</button> <button style="font-family:Webdings" onclick="doLast()">7</button> <button style="font-family:Webdings" onclick="doNext()">8</button> <button style="font-family:Webdings" onclick="doEnd()">:</button> <button onclick="doZoomOut()">+</button> <button onclick="doZoomIn()">-</button> <button style="font-family:Wingdings 2" onclick="doPrint()">6</button> <button style="font-family:Webdings" onclick="doAbout()">N</button> <button onclick="doExit()">×</button>
<input type="file" style="display:none" name="openFileDialog">
</td> </tr> </table> <iframe height="100%" width="100%" name="imgframe"></iframe> </body>
</html>
AcdSee.hta