function writeCopywrite()
{
 document.writeln('<table class="COPYRIGHT">');
 document.writeln(' <tr>');
 document.writeln('  <td class="COPYRIGHT">© Copyright Appliance-Lab LLC, 2003</td>');
 document.writeln(' </tr>');
 document.writeln('</table>');
}

