<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=x-x-big5">
<meta name="GENERATOR" content="Microsoft FrontPage 2.0">
<title>Table of Contents</title>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<script language="JavaScript">
function eagle(n)
{
this.length = n;
for(var i = 1; i <= n; i++)
this[i] = 0;
return this;
}
hexa = new eagle(16);
for(var i = 0; i < 10; i++)
hexa[i] = i;hexa[10]="a"; hexa[11]="b"; hexa[12]="c";
hexa[13]="d"; hexa[14]="e"; hexa[15]="f";
function hex(i)
{
if (i < 0)
return "red";
else if (i > 255)
return "ff";
else
return "" + hexa[Math.floor(i/16)] + hexa[i%16];
}
function setbgColor(r, g, b)
{
var hr = hex(r); var hg = hex(g); var hb = hex(b);
document.bgColor = "#"+hr+hg+hb;
}
function fade(sr, sg, sb, er, eg, eb, step)
{
for(var i = 0; i <= step; i++)
{
setbgColor(
Math.floor(sr * ((step-i)/step) + er * (i/step)),
Math.floor(sg * ((step-i)/step) + eg * (i/step)),
Math.floor(sb * ((step-i)/step) + eb * (i/step)));
}
}
function fadein()
{
fade(142,205,255, 254,253,215, 255);
}function fadeout()
{
}
/* do fadein */
/* fadein();
fadeout();*/
</script><script
language="JavaScript"> fadein();
</script>
<p align="center"><img src="../icon/index.jpg" width="176"
height="190"><img src="../icon/index1.jpg" width="218"
height="190"> </p>
<p align="center"><font color="#0000FF" size="2"> </font><a
href="3.htm" target="Menuitem"><font color="#0000FF" size="2">[MiraScan]</font></a><font
color="#0000FF" size="2"> / </font><a href="4.htm"
target="Menuitem"><font color="#0000FF" size="2">[FAQ]</font></a><font
color="#0000FF" size="2"> </font></p>
<p align="center"><font color="#8E7EB0" size="2"><b>This document
is best viewed with IE3.0 or higher </b></font><font
color="#0000FF"><br>
</font></p>
<div align="center"><center>
<table border="0" width="88%">
<tr>
<td><font color="#0000FF"></font></td>
</tr>
</table>
</center></div>
</body>
</html>