//メニュースクリプトここから
var ultimo=""
function PulldownMenu(quale){
	if(ultimo){
		clearTimeout(timer)
		document.getElementById(ultimo).style.visibility='hidden';
	}
	document.getElementById(quale).style.visibility='visible';
	timer=setTimeout("document.getElementById("+quale+").style.visibility='hidden'",2500);	//Close時間 2.5秒
	ultimo=quale;
}
//メニュースクリプトここまで



if (navigator.platform.indexOf("Win") != -1) {



//五輪トップここから
document.write ( '<DIV ID="1" STYLE="left:0px; width:100px; z-index:4000;">' );
document.write ( '<A HREF="http://www.sanspo.com/morespo/hero/hero.html">ヒーロー＆ヒロイン<\/A>' );
document.write ( '<A HREF="http://www.sanspo.com/upper.html">SANSPO.COM<\/A>' );
document.write ( '<\/DIV>' );

//競技一覧ここから
document.write ( '<DIV ID="2" STYLE="left:81px">' );
document.write ( '<!---->' );
document.write ( '<\/DIV>' );

//競技日程ここから
document.write ( '<DIV ID="3" STYLE="left:162px">' );
document.write ( '<!---->' );
document.write ( '<\/DIV>' );


//競技成績ここから
document.write ( '<DIV ID="4" STYLE="left:242px">' );
document.write ( '<!---->' );
document.write ( '<\/DIV>' );

//選手名鑑ここから
document.write ( '<DIV ID="5" STYLE="left:322px">' );
document.write ( '<!---->' );
document.write ( '<\/DIV>' );

//アテネ情報ここから
document.write ( '<DIV ID="6" STYLE="left:404px">' );
document.write ( '<A HREF="/athens2004/info/base.html">基本情報<\/A>' );
document.write ( '<A HREF="/athens2004/info/weather.html">気候／時差<\/A>' );
document.write ( '<A HREF="/athens2004/info/greek.html">ギリシャ語<\/A>' );
document.write ( '<A HREF="/athens2004/info/sightseeing.html">観光情報<\/A>' );
document.write ( '<A HREF="/athens2004/info/famous.html">有名人<\/A>' );
document.write ( '<\/DIV>' );

//ヒストリーここから
document.write ( '<DIV ID="7" STYLE="left:487px;width:130px">' );
document.write ( '<A HREF="/athens2004/history/from.html">過去大会ヒストリー<\/A>' );
document.write ( '<A HREF="/athens2004/history/gold.html">歴代日本人金メダリスト<\/A>' );
document.write ( '<A HREF="/athens2004/history/medal.html">メダル獲得ベスト５<\/A>' );
document.write ( '<\/DIV>' );

//コラムここから
document.write ( '<DIV ID="8" STYLE="left:566px;width:130px">' );
document.write ( '<A HREF="/athens2004/column/memory/index.html">五輪の記憶<\/A>' );
document.write ( '<A HREF="/athens2004/column/trivia/index.html">五輪トリビア<\/A>' );
document.write ( '<A HREF="/athens2004/column/relay/index.html">リレーインタビュー<\/A>' );
document.write ( '<A HREF="/athens2004/column/superstar/index.html">世界のスーパースター<\/A>' );


document.write ( '<\/DIV>' );

//フォト集ここから
document.write ( '<DIV ID="9" STYLE="left:647px; z-index:11;">' );
document.write ( '<A HREF="/athens2004/photo/photo_001.html">アテネ<\/A>' );
document.write ( '<A HREF="/athens2004/photo/0813/0813.html">08/13(金)<\/A>' );
document.write ( '<A HREF="/athens2004/photo/0814/0814.html">08/14(土)<\/A>' );
document.write ( '<A HREF="/athens2004/photo/0815/0815.html">08/15(日)<\/A>' );
document.write ( '<A HREF="/athens2004/photo/0816/0816.html">08/16(月)<\/A>' );
document.write ( '<A HREF="/athens2004/photo/0817/0817.html">08/17(火)<\/A>' );
document.write ( '<A HREF="/athens2004/photo/0818/0818.html">08/18(水)<\/A>' );
document.write ( '<A HREF="/athens2004/photo/0819/0819.html">08/19(木)<\/A>' );
document.write ( '<A HREF="/athens2004/photo/0820/0820.html">08/20(金)<\/A>' );
document.write ( '<A HREF="/athens2004/photo/0821/0821.html">08/21(土)<\/A>' );
document.write ( '<A HREF="/athens2004/photo/0822/0822.html">08/22(日)<\/A>' );
document.write ( '<A HREF="/athens2004/photo/0823/0823.html">08/23(月)<\/A>' );
document.write ( '<A HREF="/athens2004/photo/0824/0824.html">08/24(火)<\/A>' );
document.write ( '<A HREF="/athens2004/photo/0825/0825.html">08/25(水)<\/A>' );
document.write ( '<A HREF="/athens2004/photo/0826/0826.html">08/26(木)<\/A>' );
document.write ( '<A HREF="/athens2004/photo/0827/0827.html">08/27(金)<\/A>' );
document.write ( '<A HREF="/athens2004/photo/0828/0828.html">08/28(土)<\/A>' );
document.write ( '<A HREF="/athens2004/photo/0829/0829.html">08/29(日)<\/A>' );
document.write ( '<\/DIV>' );
//終了



}
else {
	document.write("");
}