document.open();
document.write(
'<div id="menu">'+
'<ul id="slidemenu_sample">'+
'<!-- menu_1 -->'+
'<li><a href="../../index.html"><img src="../../img/menu/menu01.gif" width="200" height="25" alt="トップページ" /></a></li>'+
'<!-- menu_5 -->'+
'<li><a href="../../coursemap/index.html"><img src="../../img/menu/menu05.gif" width="200" height="25" alt="コースマップ" /></a></li>'+
'<!-- menu_6 -->'+
'<li class="bottom"><img src="../../img/menu/menu06.gif" width="200" height="25" alt="大会の歴史・記録" />'+
'<!-- menu_6 submenu -->'+
'<ul>'+
'<li><a href="../../results/index.html"><img src="../../img/menu/menu06_01.gif" width="200" height="20" alt="大会の歴史" class="imgover" /></a></li>'+
'<li class="bottom"><a href="../../results/tourney_record.html"><img src="../../img/menu/menu06_02.gif" width="200" height="20" alt="大会の歴史・記録" class="imgover" /></a></li>'+
'<!-- li class="bottom"><a href="../../results/history_30.html"><img src="../../img/menu/menu06_03.gif" width="200" height="20" alt="大会30年史PDF" class="imgover" /></a></li -->'+
'</ul>'+
'</li>'+
'</ul>'+
'<div class="btn_yokohama">'+
'<a rel="external" href="http://www.yokohamawomensmarathon.com/"><img src="../../img/common/banner_yokohama.gif" width="180" height="50" alt="横浜国際女子マラソン" /></a>'+
'</div>'+
'</div>');
document.close();

