
document.write('<div class="menuGroup">');
document.write('  <p class="menu_header">CAL10N project</p>');
document.write('  <p class="menu"><a href="' + prefix + 'index.html">Introduction</a></p>');
document.write('  <p class="menu"><a href="' + prefix + 'news.html">News</a></p>');
document.write('  <p class="menu"><a href="' + prefix + 'download.html">Download</a></p>');
document.write('  <p class="menu"><a href="' + prefix + 'documentation.html">Documentation</a></p>');
document.write('  <p class="menu"><a href="' + prefix + 'mailinglist.html">Mailing Lists</a></p>');
document.write('  <p class="menu"><a href="' + prefix + 'repos.html">Source Repository</a></p>');
document.write('  <p class="menu"><a href="' + prefix + 'bugreport.html">Bug Report</a></p>');
document.write('  <p class="menu"><a href="' + prefix + 'license.html">License</a></p>');
document.write('</div>');

document.write('<p class="pub">');
document.write('  <a href="http://www.qos.ch/shop/products/log4jManual">');
document.write('    <img src="images/buyDirect.jpg" border="0" title="" alt="buy direct from the developer"/>');
document.write('  </a>');
document.write('</p>');