function writeFooter() {
  document.write('<table width="100%">');
    document.write('<tr>');
      document.write('<td align="center" height="18" width="100%" >');
        document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%"  >');
       document.write('<tr><td width="100%" height="22" class="copyrightchinese" align="center" >');
       document.write('Dynamical software powered by 3Pawsoft Enterprise Inc.</A>, copyright &copy;2006-2008.');
       document.write('</td></tr>'); 
            document.write('</table>');
          document.write('</td>');
       document.write('</tr> ');  
   document.write('</table>');
  // alert("writeFooter");
}
