function feimenu(){
menu='<table width="480" border="0" cellpadding="2" cellspacing="0">';

menu+='<tr>';

menu+='<td colspan="2" align="center"><font size="2"><a href="http://results.aachen2006.de/default_e.htm" target="_blank">WEG　Aachen 2006 競技日程・出場順・成績</a></font></td>';

menu+='</tr>';

menu+='</table>';
menu+='<br>';

menu+='<table width="480" border="0" cellpadding="2" cellspacing="0">';

menu+='<tr>';

menu+='<td align="center"><font size="2">';

menu+='<a href="06_0901_2.html">速報11</a> | ';

menu+='<a href="06_0901_1.html">速報10</a> | ';

menu+='<a href="06_0830.html">速報9</a> | ';

menu+='<a href="06_0828_4.html">速報8</a> | ';

menu+='<a href="06_0828_3.html">速報7</a> | ';

menu+='<a href="06_0828_2.html">速報6</a> | ';

menu+='<a href="06_0828_1.html">速報5</a> | ';

menu+='<a href="06_0825.html">速報4</a> | ';

menu+='<a href="06_0824.html">速報3</a> | ';

menu+='<a href="06_0823_2.html">速報2</a> | ';

menu+='<a href="06_0822.html">速報1</a>';

menu+='</font></td>';

menu+='</tr>';

menu+='</table>';


document.open();
document.write(menu);
document.close();
}

function asimenu(){

menu='<table width="480" border="0" cellpadding="2" cellspacing="0">';

menu+='<tr>';

menu+='<td><a href="06_1205_1.html" onClick="openwindow()" target="shinki"><font size="2">速報1</a> | ';

menu+='<a href="06_1206_1.html" onClick="openwindow()" target="shinki">速報2</a> | ';


menu+='<a href="06_1207_1.html" onClick="openwindow()" target="shinki">速報3</a> | ';

menu+='<a href="06_1208_1.html" onClick="openwindow()" target="shinki">速報4</a> | ';

menu+='<a href="06_1209_1.html" onClick="openwindow()" target="shinki">速報5</a> | ';

menu+='<a href="06_1211_1.html" onClick="openwindow()" target="shinki">速報6</a> | ';

menu+='<a href="06_1213_1.html" onClick="openwindow()" target="shinki">速報7</a> | ';

menu+='<a href="06_1213_2.html" onClick="openwindow()" target="shinki">速報8</a> | ';

menu+='<a href="06_1215_1.html" onClick="openwindow()" target="shinki">お礼とご報告</a>';

menu+='</font></td>';

menu+='</tr>';

menu+='</table>';


document.open();
document.write(menu);
document.close();
}

