
document.write('<div class="menu">');
document.write('<div id="menu_container"><dl class="short"><dt><a href="info/index.html" target="_top"><img src="img/menu/menu_info_off.gif" alt="INFO" width="44" height="18"></a></dt></dl><dl class="short"><dt><a href="show/index.html" target="_top"><img src="img/menu/menu_show_off.gif" alt="SHOW" width="52" height="18"></a></dt></dl><dl><dt><img src="img/menu/menu_bio_off.gif" alt="BIO" width="34" height="18"></dt><dd><a href="profile/index.html" target="_top"><img src="img/menu/submenu_prof_off.gif" alt="PROFILE" width="84" height="21"></a></dd><dd><a href="history/index.html" target="_top"><img src="img/menu/submenu_history_off.gif" alt="HISTORY" width="84" height="21"></a></dd></dl><dl class="short"><dt><a href="disco/index.html" target="_top"><img src="img/menu/menu_disco_off.gif" alt="DISCO" width="55" height="18"></a></dt></dl><dl class="short"><dt><a href="http://blog.excite.co.jp/oreskaband/" target="_blank"><img src="img/menu/menu_blog_off.gif" alt="BLOG" width="48" height="18"></a></dt></dl><dl class="short"><dt><a href="https://ssl.sme.co.jp/Music/Mail/exp_ssl.php?ID=70004210" target="_blank"><img src="img/menu/menu_mail_off.gif" alt="MAIL" width="46" height="18"></a></dt></dl><dl><dt><img src="img/menu/menu_mobile_off.gif" alt="MOBILE" width="64" height="18"></dt><dd><a href="uta/index.html" target="_top"><img src="img/menu/submenu_uta_off.gif" alt="着うた(R)" width="84" height="21"></a></dd><dd><a href="mobile/index.html" target="_top"><img src="img/menu/submenu_access_off.gif" alt="アクセス" width="84" height="21"></a></dd></dl><dl><dt><a href="contact/index.html" target="_top"><img src="img/menu/menu_contact_off.gif" alt="CONTACT" width="72" height="18"></a></dt></dl></div>');
document.write('</div>');

if(document.getElementById && document.all && navigator.userAgent.indexOf("Opera")<0){
	var obj = document.getElementById("menu_container");
	obj.innerHTML = obj.innerHTML.replace(/<dl>/gi,"<dl onmouseover='pull(this)' onmouseout='pull(this)'>");
}

function pull(obj){
	for(var i=0;i<obj.childNodes.length;i++)
		if(obj.childNodes[i].nodeName.toUpperCase()=="DD")
			obj.childNodes[i].style.display=obj.childNodes[i].style.display=="block"?"none":"block";
}


