// JavaScript Document
function getmenu(path){
var prm;
prm =  '<a href="'+path+'greeting.html"><img src="'+path+'image/menu_greeting.gif" width="205" height="46" border="0" alt="Greeting"></a><br>';
prm += '<a href="'+path+'outline.html"><img src="'+path+'image/menu_outline.gif" width="205" height="46" border="0" alt="Outline"></a><br>';
prm += '<a href="'+path+'access.html"><img src="'+path+'image/menu_access.gif" width="205" height="46" border="0" alt="Access"></a><br>';
prm += '<a href="'+path+'schedule.html"><img src="'+path+'image/menu_draws.gif" width="205" height="46" border="0" alt="Schedule / Draws"></a><br>';
prm += '<a href="'+path+'links.html"><img src="'+path+'image/menu_link.gif" width="205" height="46" border="0" alt="Links"></a><br>';
prm += '<img src="'+path+'image/0.gif" width="1" height="12" alt=""><br>';
prm += '<table width="197" border="0" cellpadding="0" cellspacing="0">';
prm += '<tr>';
prm += '<td colspan="3" bgcolor="#BA0000"><img src="'+path+'image/sponcer_t.gif" width="197" height="21" alt="Sponcers"></td>';
prm += '</tr>';
prm += '<tr>';
prm += '<td bgcolor="#BA0000"><img src="'+path+'image/0.gif" width="1" height="1" alt=""></td>';
prm += '<td align="center"><img src="'+path+'image/0.gif" width="195" height="8" alt=""></td>';
prm += '<td bgcolor="#BA0000"><img src="'+path+'image/0.gif" width="1" height="1" alt=""></td>';
prm += '</tr>';
prm += '<tr>';
prm += '<td bgcolor="#BA0000"><img src="'+path+'image/0.gif" width="1" height="1" alt=""></td>';
prm += '<td align="center">';
prm += '<a href="http://www.suntory.com/" target="_blank"><img src="'+path+'image/sponcer/suntory.gif" width="170" height="55" border="0" alt="SUNTORY"></a><br>';
prm += '<a href="http://www.mizuno.com/" target="_blank"><img src="'+path+'image/sponcer/mizuno.gif" width="170" height="55" border="0" alt="MIZUNO"></a><br>';
prm += '<a href="http://www.tokyu-sports.com/" target="_blank"><img src="'+path+'image/sponcer/tss.gif" width="170" height="55" border="0" alt="Tokyu Sports System"></a><br>';
prm += '<img src="'+path+'image/0.gif" width="1" height="8" alt=""><br>';
prm += '</td>';
prm += '<td bgcolor="#BA0000"><img src="'+path+'image/0.gif" width="1" height="1" alt=""></td>';
prm += '</tr>';
prm += '<tr>';
prm += '<td colspan="3" bgcolor="#BA0000"><img src="'+path+'image/0.gif" width="197" height="1" alt=""></td>';
prm += '</tr>';
prm += '</table>';
prm += '<img src="'+path+'image/0.gif" width="1" height="12" alt=""><br>';
prm += '<table width="197" border="0" cellpadding="0" cellspacing="0">';
prm += '<tr>';
prm += '<td colspan="3" bgcolor="#BA0000"><img src="'+path+'image/sponcer_k.gif" width="197" height="21" alt="Sponcers"></td>';
prm += '</tr>';
prm += '<tr>';
prm += '<td bgcolor="#BA0000"><img src="'+path+'image/0.gif" width="1" height="1" alt=""></td>';
prm += '<td align="center"><img src="'+path+'image/0.gif" width="195" height="8" alt=""></td>';
prm += '<td bgcolor="#BA0000"><img src="'+path+'image/0.gif" width="1" height="1" alt=""></td>';
prm += '</tr>';
prm += '<tr>';
prm += '<td bgcolor="#BA0000"><img src="'+path+'image/0.gif" width="1" height="1" alt=""></td>';
prm += '<td align="center">';
prm += '<a href="http://www.enoteca.co.jp/" target="_blank"><img src="'+path+'image/sponcer/enoteca.gif" width="170" height="55" border="0" alt="ENOTECA"></a><br>';
prm += '<a href="http://www.bs-sports.co.jp/english/" target="_blank"><img src="'+path+'image/sponcer/bridgestone.gif" width="170" height="55" border="0" alt="BRIDGESTONE"></a><br>';
prm += '<img src="'+path+'image/0.gif" width="1" height="8" alt=""><br>';
prm += '</td>';
prm += '<td bgcolor="#BA0000"><img src="'+path+'image/0.gif" width="1" height="1" alt=""></td>';
prm += '</tr>';
prm += '<tr>';
prm += '<td colspan="3" bgcolor="#BA0000"><img src="'+path+'image/0.gif" width="197" height="1" alt=""></td>';
prm += '</tr>';
prm += '</table>';
prm += '<img src="'+path+'image/0.gif" width="1" height="12" alt=""><br>';
prm += '<a href="http://keio150.jp/english/" target="_blank"><img src="'+path+'image/keio150_logo.gif" width="170" height="50" alt="KEIO 150" border="0"></a><br>';
prm += '<img src="'+path+'image/0.gif" width="1" height="12" alt=""><br>';
return(prm);
}
