function leftMenu(){
document.write('<div id="left-navi"><a href="/top.html"><img src="/e_img_left/btn_japanese.gif" alt="japanese" width="100" border="0"></a><br>')
document.write('<a href="/e/about/index.htm"><img src="/e_img_left/btn_about.gif" alt="About CIAJ" width="125" border="0"></a><br>')
document.write('<a href="/e/sitemap/index.htm"><img src="/e_img_left/btn_sitemap.gif" alt="Sitemap" width="100" border="0"></a><br>')
document.write('<a href="/e/contact/index.htm"><img src="/e_img_left/btn_contact.gif" alt="Contact" width="94" border="0"></a><br>')
document.write('<img src="/header_img/spacer.gif" alt="" width="1" height="5" border="0"><br>');
document.write('</div>')
}