function writeTop(subject) {
}

function writeLeft(subject) {
}
function writeMenu(subject) {
   document.write('<b>');
   document.write('[ <a href="../search.html">Search</a> ]&nbsp; &nbsp;');
   document.write('[ <a href="../2008/index.html">Chinese Calendar 2008</a> ');
   document.write('/ <a href="../2009/index.html">2009</a> ');
   document.write('/ <a href="../2010/index.html">2010</a> ');
   document.write('| <a href="../chinese/wedding/index.html">Wedding Calendar</a> ');
   document.write('| <a href="../chinese/festivals/index.html">Festivals</a> ');
   document.write('| <a href="../chinese/archive/index.html">Archive</a> ');
   document.write('| <a href="../chinese/index.html">Home</a> ]');
   document.write('</b>');
}

function writeRight(subject) {
   document.write('<img src=dot.gif width=200 height=1/>');
   document.write('<p class="g_key"><a href="../2008">Chinese Calendar 2008</a></p>');
   document.write('<p class="g_key"><a href="../chinese/wedding/wedding_dates_2008.html">Wedding Dates in 2008</a></p>');
   document.write('<p class="g_key"><a href="../2009">Chinese Calendar 2009</a></p>');
   document.write('<p class="g_key"><a href="../2010">Chinese Calendar 2010</a></p>');
   document.write('<p class="g_key"><a href="../2011">Chinese Calendar 2011</a></p>');
   document.write('<p class="g_key"><a href="../2012">Chinese Calendar 2012</a></p>');
   document.write('<p class="g_key"><a href="../2013">Chinese Calendar 2013</a></p>');
   document.write('<p class="g_key"><a href="../2014">Chinese Calendar 2014</a></p>');
   document.write('<p class="g_key"><a href="../2015">Chinese Calendar 2015</a></p>');
   document.write('<p class="g_key"><a href="../year_gb">Chinese Calendars 1900 - 2100</a></p>');
   document.write('<p class="g_key"><a href="../chinese">Other Calendars & Info</a></p>');

   document.write('<img src=dot.gif width=200 height=1/>');
   document.write('<p class="g_key">Free Tutorial Books by Herong</a></p>');
   document.write('<p class="g_des">-----------------------</p>');

   document.write('<p class="g_key"><a href="../vb_script/">VB Script Tutorials</a></p>');
   document.write('<p class="g_des">Variant, Array, Loop, Function...</p>');

   document.write('<p class="g_key"><a href="../jtool">Java Tools Tutorials</a></p>');
   document.write('<p class="g_des">javac, java, jar, jdb, keytool...</p>');

   document.write('<p class="g_key"><a href="../jsp">Tutorial Book: JSP</a></p>');
   document.write('<p class="g_des">Cookie, JavaBean, JSTL, Tags...</p>');

   document.write('<p class="g_key"><a href="../jdk">Tutorial Book: JDK</a></p>');
   document.write('<p class="g_des">XML, DOM, keytool & keystore...</p>');

   document.write('<p class="g_key"><a href="../php">Tutorial Book: PHP</a></p>');
   document.write('<p class="g_des">Session, Cookie, MySQL, SOAP...</p>');

   document.write('<p class="g_key"><a href="../perl">Tutorial Book: Perl - Part A</a></p>');
   document.write('<p class="g_des">References, Class, Binary, DBM...</p>');

   document.write('<p class="g_key"><a href="../crypto">Tutorial Book: Cryptography</a></p>');
   document.write('<p class="g_des">Blowfish, DES, SSL, OpenSSL...</p>');

   document.write('<p class="g_key"><a href="../asp">Tutorial Book: ASP</a></p>');
   document.write('<p class="g_des">Cookies, Sessions, Response...</p>');

   document.write('<p class="g_key"><a href="../swing">Tutorial Book: Swing</a></p>');
   document.write('<p class="g_des">JFrame, Layouts, Localization...</p>');

   document.write('<p class="g_key"><a href="../xml">Tutorial Book: XML Technologies</a></p>');
   document.write('<p class="g_des">DOM, SAX, XSD, XSL, XPath, DTD...</p>');

   document.write('<p class="g_key"><a href="../gb2312">Book: GB2312 Character Set</a></p>');
   document.write('<p class="g_des">Unicode, UTF8, Mapping table...</p>');

   document.write('<p class="g_key"><a href="../java">Tutorial Book: Java</a></p>');
   document.write('<p class="g_des">Threads, Synchronize, Deadlock...</p>');

   document.write('<p class="g_key"><a href="../sql">Tutorial Book: SQL</a></p>');
   document.write('<p class="g_des">MySQL, Locks, Stored procedure...</p>');

   document.write('<p class="g_key"><a href="../ws">Book: SOAP & Web Service</a></p>');
   document.write('<p class="g_des">SOAP 1.1, Protocol Binding, WSDL...</p>');

   document.write('<p class="g_key"><a href="../jvm">Tutorial Book: JVM</a></p>');
   document.write('<p class="g_des">HotSpot, JRockit, GC, Memory...</p>');

   document.write('<p class="g_key"><a href="../xhtml">Tutorial Book: XSLT & XHTML</a></p>');
   document.write('<p class="g_des">XSL-FO, FOP, Generating PDF...</p>');

   document.write('<p class="g_key"><a href="../perl_b">Tutorial Book: Perl - Part B</a></p>');
   document.write('<p class="g_des">Socket, XML, SOAP, RPC, CGI...</p>');

   document.write('<p class="g_key"><a href="../sort">Book: Sorting Algorithms</a></p>');
   document.write('<p class="g_des">Quicksort, Merge, Heap, Shell...</p>');

   document.write('<p class="g_key"><a href="../cs_a">Tutorial Book: C# - Part A </a></p>');
   document.write('<p class="g_des">Data type, Expression, .NET...</p>');

   document.write('<p class="g_key"><a href="../cs_b">Tutorial Book: C# - Part B</a></p>');
   document.write('<p class="g_des">"double", "decimal", Precision...</p>');

   document.write('<p class="g_key"><a href="../year">200 Years of Chinese Calendar</a></p>');
   document.write('<p class="g_des">Algorithm, Printable calendars...</p>');

   document.write('<p class="g_key"><a href="../data">Tutorial Book: Data Encoding</a></p>');
   document.write('<p class="g_des">Base64, UUEncode, Java code...</p>');

   document.write('<p class="g_key"><a href="../unicode">Tutorial Book: Unicode</a></p>');
   document.write('<p class="g_des">Character set, UTF8, Conversion...</p>');

   document.write('<p class="g_key"><a href="../win">Tutorial Book: Windows</a></p>');
   document.write('<p class="g_des">FTP, ZIP, RAR, Crossover cable...</p>');

   document.write('<img src=dot.gif width=200 height=1/>');
   document.write('<p class="g_key"><a href="../gb2312_gb">Chinese: GB2312 Character Set</a></p>');
   document.write('<p class="g_des">Unicode, UTF8, Mapping table...</p>');

   document.write('<p class="g_key"><a href="../xhtml">Chinese: XSLT & XHTML</a></p>');
   document.write('<p class="g_des">XSL-FO, FOP, Generating PDF...</p>');
  
   document.write('<img src=dot.gif width=200 height=1/>');
   document.write('<p class="g_key">Copyright &#169; Dr. Herong Yang</p>');
   document.write('<p class="g_des">1995 - 2008</p>');
   document.write('<img src=dot.gif width=200 height=1/>');
   document.write('<p class="g_des">WebCounter <img src="http://counter.digits.com/wc/-d/4/herong" alt="Hits" align="center" width="80" height="20" border="0"/></p>');
}

function writeBottom(subject) {
}
