function ShowBottomInfo(){
    with(document){
      write("<p>&nbsp;</p>");
      write("<table border=0 width=100% cellspacing=0 cellpadding=0>");
      write("  <tr>");
      write("     <td width=100% bgColor=#43b282 height=2></td>");
      write("  </tr>");
      write("  <tr>");
      write("     <td width=100% align=center bgColor=#ccff99 class=bottom><em>Copyright &copy; 2000         SHANGHAI LUNSURE ELECTRONIC TECHNOLOGY CO., LTD. All rights reserved</em></td>");
      write("  </tr>");
      write("  <tr>");
      write("     <td width=100% bgColor=#43b282 height=2></td>");
      write("  </tr>");
      write("</table>");

      write("<table border=0 width=100% height=1 cellspacing=0 cellpadding=0>");
      write("   <tr>");
      write("        <td width=100% height=20></td>");
      write("   </tr>");
      write("</table>");

      write("<table border=0 width=100% cellspacing=0 cellpadding=0 class=bottom>");
      write("   <tr>");
      write("      <td width=100% align=center>SHANGHAI LUNSURE ELECTRONIC TECHNOLOGY CO., LTD.</td>");
      write("   </tr>");
      write("   <tr>");
      write("      <td width=100% align=center>Add: No.268, West Yanpu Rd, Xidu Town, Fengxian District, Shanghai, China</td>");
      write("   </tr>");
      write("   <tr>");
      write("      <td width=100% align=center>Tel:0086-21-37185008 (8 lines) &nbsp;&nbsp;         Fax:0086-21-57152769</td>");
      write("   </tr>");
      write("   <tr>");
      write("      <td width=100% align=center><a href=http://www.miibeian.gov.cn>»¦ICP±¸05027234ºÅ</a></td>");
      write("   </tr>");
      write("</table>");
      write("</div><br>");
    }
}

