// JavaScript Document
function getmenu_tm(path){
var prm;
prm =  '<div id="left_menu">';
prm += '  <img src="'+path+'img/menu_b_01.gif" alt="単行本・ムック" width="185" height="20" /><br />';
prm += '  <a href="'+path+'t_m/shinkan.html"><img src="'+path+'img/menu_s_01.gif" alt="新刊" width="185" height="35" /></a><br />';
prm += '  <img src="'+path+'img/0.gif" width="1" height="10" /><br />';
prm += '  <img src="'+path+'img/menu_b_02.gif" alt="ジャンル一覧" width="185" height="22" /><br />';
prm += '  <a href="'+path+'t_m/sougou.html"><img src="'+path+'img/menu_s_02.gif" alt="総合" width="185" height="35" /></a><br />';
prm += '  <a href="'+path+'t_m/ufouma.html"><img src="'+path+'img/menu_s_03.gif" alt="UFO・UMA・超常現象" width="185" height="36" /></a><br />';
prm += '  <a href="'+path+'t_m/kodai.html"><img src="'+path+'img/menu_s_04.gif" alt="古代文明・古代史" width="185" height="36" /></a><br />';
prm += '  <a href="'+path+'t_m/inbou.html"><img src="'+path+'img/menu_s_05.gif" alt="陰謀・秘密結社" width="185" height="36" /></a><br />';
prm += '  <a href="'+path+'t_m/kagaku.html"><img src="'+path+'img/menu_s_06.gif" alt="科学・宇宙・生命" width="185" height="37" /></a><br />';
prm += '  <a href="'+path+'t_m/shukyo.html"><img src="'+path+'img/menu_s_07.gif" alt="宗教・神仏・ご利益" width="185" height="35" /></a><br />';
prm += '  <a href="'+path+'t_m/uranai.html"><img src="'+path+'img/menu_s_08.gif" alt="占い" width="185" height="37" /></a><br />';
prm += '  <a href="'+path+'t_m/spiritual.html"><img src="'+path+'img/menu_s_09.gif" alt="スピリチュアル・神秘・癒し" width="185" height="35" /></a><br />';
prm += '  <a href="'+path+'t_m/renka.html"><img src="'+path+'img/menu_s_10.gif" alt="廉価書籍(500円均一)" width="185" height="37" /></a><br />';
prm += '  <a href="'+path+'t_m/musuper.html"><img src="'+path+'img/menu_s_11.gif" alt="ムー・スーパーミステリー・ブックス" width="185" height="35" /></a><br />';
prm += '  <img src="'+path+'img/0.gif" width="1" height="10" alt="" /><br />';
prm += '  <a href="http://www.humming.ne.jp/business/index02.html" target="_blank"><img src="'+path+'img/menu_banner_01.gif" alt="モバイル☆ムーマックス" width="185" height="50" /></a><br />';

prm += '  <img src="'+path+'img/0.gif" width="1" height="10" alt="" /><br />';
prm += '  <a href="'+path+'mu/index.html"><img src="'+path+'img/menu_banner_375.jpg" alt="ムー好評発売中！" width="185" height="140" /></a><br />';
prm += '</div>';


return(prm);
}
