/*
 * @Script   LeftBar for SxSoft.net 
 * @author   Sirius <sirius@sxsoft.net>, <sirius@time.net.my>
 * @website  http://www.sxsoft.net/
 * @version  0.1
 * @copyright (c) Sirius
 * @date     2004-06-24
 */


function writeLeftBar(){

document.writeln('<TABLE border="0" width="90%" cellspacing="1" cellpadding="2" align="center" class="TblCls">');
document.writeln('  <TR class="TblTitle">');
document.writeln('<TD>:: SXSOFT.NET</TD>');
document.writeln('  </TR>');
document.writeln('  <TR class="TblRow">');
document.writeln('    <TD>- <A HREF="http://www.sxsoft.net/">Home</A></TD>');
document.writeln('  </TR>');
document.writeln('  <TR class="TblRow">');
document.writeln('    <TD>- <A HREF="/php/update.php">Update List</A></TD>');
document.writeln('  </TR>');
document.writeln('  <TR class="TblRow">');
document.writeln('    <TD>- <A HREF="program.htm">Programming</A></TD>');
document.writeln('  </TR>');
document.writeln('  <TR class="TblRow">');
document.writeln('    <TD>- <A HREF="about.htm">About me</A></TD>');
document.writeln('  </TR>');
document.writeln('  <TR class="TblRow">');
document.writeln('    <TD>- <A HREF="resume.htm">My resume</A></TD>');
document.writeln('  </TR>');

document.writeln('  <TR class="TblRow">');
document.writeln('   <TD>- <A HREF="/php/stat/statadm.php">Site Statistics</A></TD>');
document.writeln('  </TR>');
document.writeln('  <TR class="TblRow">');
document.writeln('   <TD>- <A HREF="/php/links/links.php">Web Links</A></TD>');
document.writeln('  </TR>');
document.writeln('  </TABLE>');
document.writeln('  <BR />');

document.writeln('  <TABLE border="0" width="90%" cellspacing="1" cellpadding="2" align="center" class="TblCls">');
document.writeln('  <TR class="TblTitle">');
document.writeln('    <TD>:: wxWidgets</TD>');
document.writeln('  </TR>');
document.writeln('  <TR class="TblRow">');
document.writeln('   <TD>- <A HREF="wxwidgets.htm">Introduction</A></TD>');
document.writeln('  </TR>');
document.writeln('  <TR class="TblRow">');
document.writeln('   <TD>- <A HREF="wxwidgets.htm#wxabt">Articles</A></TD>');
document.writeln('  </TR>');
document.writeln('  <TR class="TblRow">');
document.writeln('   <TD>- <A HREF="wxcompile.htm">How to Compile</A></TD>');
document.writeln('  </TR>');
document.writeln('  </TABLE>');
document.writeln('  <BR />');

document.writeln('  <TABLE border="0" width="90%" cellspacing="1" cellpadding="2" align="center" class="TblCls">');
document.writeln('  <TR class="TblTitle">');
document.writeln('    <TD>:: FEEDBACK</TD>');
document.writeln('  </TR>');
document.writeln('  <TR class="TblRow">');
document.writeln('   <TD>- <A HREF="/php/feedback.php">FeedBack form</A></TD>');
document.writeln('  </TR>');
document.writeln('  <TR class="TblRow">');
document.writeln('   <TD>- <A HREF="/php/gb/viewgb.php">View guestbook</A></TD>');
document.writeln('  </TR>');
document.writeln('  <TR class="TblRow">');
document.writeln('   <TD>- <A HREF="/php/gb/sign.php">Sign guestbook</A></TD>');
document.writeln('  </TR>');
document.writeln('  </TABLE>');
document.writeln('  <BR />');

document.writeln('  <BR /><BR />');
/*
document.writeln('  <p>&nbsp;');
document.writeln('      <a href="http://validator.w3.org/check/referer">');
document.writeln('      <img border="0" src="image/valid-html401.gif"');
document.writeln('      alt="Valid HTML 4.01!" height="31" width="88"></a>');
document.writeln('      <BR />');
document.writeln('  </p>');
*/
document.writeln('      &nbsp;&nbsp;<b>Hosting</b><br />');
document.writeln('      &nbsp;');
document.writeln('      <a href="http://www.e-codesoft.com"><img border="0" src="image/codesoft_small.gif" alt="CodeSoft Solutions - Hosting" title="CodeSoft Solutions - Hosting"></a>');
document.writeln('      <br /><br />');

document.writeln('      &nbsp;&nbsp;<b>Valid</b>');
document.writeln('      <br />');
document.writeln('      &nbsp;');
document.writeln('      <a href="http://validator.w3.org/check/referer" target="_blank"><img border="0" src="image/html401_small.png" alt="Valid HTML 4.01!"></a>');
document.writeln('      <br />');
document.writeln('      &nbsp;');
document.writeln('      <a href="http://jigsaw.w3.org/css-validator/validator?uri=http://www.sxsoft.net/sxstyle.css" target="_blank"><img border="0" src="image/css_small.png" alt="Valid CSS!"></a>');
document.writeln('      <br /><br />');

document.writeln('      &nbsp;&nbsp;<b>Powered</b><br />');
document.writeln('      &nbsp;');
document.writeln('      <a href="http://www.apache.org" title="Powered by Apache" target="_blank"><img border="0" src="image/apache_small.gif" title="Powered by Apache" alt="Powered by Apache"></a>');
document.writeln('      <br />');
document.writeln('      &nbsp;');
document.writeln('      <a href="http://www.php.net" title="Powered by PHP" target="_blank"><img border="0" src="image/php_small.gif" title="Powered by PHP" alt="Powered by PHP"></a>');
document.writeln('      <br />');
document.writeln('      &nbsp;');
document.writeln('      <a href="http://www.mysql.com" title="Powered by MySQL" target="_blank"><img border="0" src="image/mysql_small.gif" alt="Get MySQL"></a>');
document.writeln('      <br /><br />');

document.writeln('      &nbsp;&nbsp;<b>Get Software</b><br />');
document.writeln('      &nbsp;');
document.writeln('      <a href="http://www.spreadfirefox.com/?q=affiliates/homepage" target="_blank">');
document.writeln('      <img border="0" src="image/firefox_small.gif" alt="Get Firefox!" title="Get Firefox!"></a>');
document.writeln('      <br />');
document.writeln('      &nbsp;');
document.writeln('      <a title="Get OpenOffice.org" href="http://www.openoffice.org/" target="_blank">');
document.writeln('      <img border="0" src="image/oo_small.png" alt="Get OpenOffice" title="Get OpenOffice!"></a>');
document.writeln('      <br /><br />');

}

  //Call function here
  writeLeftBar();