// JavaScript Document
function getmenu_mu(path){
var prm;
prm =  '<div id="left_menu">';
prm += '  <img src="'+path+'mu/img/menu.gif" alt="メニュー" width="185" height="18" /><br />';
prm += '  <a href="'+path+'mu/index.html"><img src="'+path+'mu/img/menu01.gif" alt="今月のムー" width="185" height="35" /></a><br />';
prm += '  <a href="'+path+'mu/next.html"><img src="'+path+'mu/img/menu02.gif" alt="次号のムー" width="185" height="35" /></a><br />';
prm += '  <a href="http://shop.gakken.co.jp/shop/order/magazine/mg_list.asp?code=16190" target="_blank"><img src="'+path+'mu/img/menu03.gif" alt="定期購読" width="185" height="35" /></a><br />';
prm += '  <img src="'+path+'img/0.gif" width="1" height="35" 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);
}

