
function topmenu() {
	document.write('<table width="782" border="0" cellpadding="0" cellspacing="0">\n');
	document.write('<tr><td colspan="9"><img src="../images/menu_parts01.gif" width="782" height="2" alt=""></td></tr>\n');
	document.write('<tr><td><img src="../images/menu_parts02.gif" width="6" height="109" alt=""></td>\n');
	document.write('<td><a href="../index.html" onmouseover="Min(\'menu01\',0)" onmouseout="Mout(\'menu01\',1)"><img src="../images/menu01.gif" width="112" height="109" border="0" alt="HOME" name="menu01"></a></td>\n');
	document.write('<td><a href="index.html"><img src="../images/menu02_in.gif" width="109" height="109" border="0" alt="クイズ＆プレゼント" name="menu02"></a></td>\n');
	document.write('<td><a href="../lineup/index.html" onmouseover="Min(\'menu03\',4)" onmouseout="Mout(\'menu03\',5)"><img src="../images/menu03.gif" width="109" height="109" border="0" alt="おすすめアイスコーナー" name="menu03"></a></td>\n');
	document.write('<td><a href="../maker/index.html" onmouseover="Min(\'menu04\',6)" onmouseout="Mout(\'menu04\',7)"><img src="../images/menu04.gif" width="110" height="109" border="0" alt="メーカー最新情報" name="menu04"></a></td>\n');
	document.write('<td><a href="../cooking/index.html" onmouseover="Min(\'menu05\',8)" onmouseout="Mout(\'menu05\',9)"><img src="../images/menu05.gif" width="109" height="109" border="0" alt="作ってみよう！オリジナルアイス" name="menu05"></a></td>\n');
	document.write('<td><a href="../data/index.html" onmouseover="Min(\'menu06\',10)" onmouseout="Mout(\'menu06\',11)"><img src="../images/menu06.gif" width="109" height="109" border="0" alt="データライブラリ" name="menu06"></a></td>\n');
	document.write('<td><a href="../about/index.html" onmouseover="Min(\'menu07\',12)" onmouseout="Mout(\'menu07\',13)"><img src="../images/menu07.gif" width="112" height="109" border="0" alt="協会について" name="menu07"></a></td>\n');
	document.write('<td><img src="../images/menu_parts03.gif" width="6" height="109" alt=""></td></tr>\n');
	document.write('</table>\n');
} // topmenu()

