// JavaScript Document
function getmenu_sm(path){
var prm;
prm =  '<div id="left_menu">';
prm += '  <img src="'+path+'img/0.gif" width="1" height="100" 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);
}
