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="Top Page" /></a></li>'+
'<!-- menu_5 -->'+
'<li><a href="../../coursemap/index.html"><img src="../../img/menu/menu05.gif" width="200" height="25" alt="Course Map" /></a></li>'+
'<!-- menu_6 -->'+
'<li><img src="../../img/menu/menu06.gif" width="200" height="25" alt="History and Past Results" />'+
'<!-- menu_6 submenu -->'+
'<ul>'+
'<li><a href="../../results/index.html"><img src="../../img/menu/menu06_01.gif" width="200" height="20" alt="History" class="imgover" /></a></li>'+
'<li><a href="../../results/tourney_record.html"><img src="../../img/menu/menu06_02.gif" width="200" height="20" alt="Past Results /Race Highlight" 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();

