﻿// out put html code

var local_nav = '';
local_nav += '<div id=MenuBar>';
local_nav += '<a href='+local_path+''+link1+'><img src="'+path+'image/btn1_on.gif" alt=モータースポーツニュース name=Image1 width=250 height=32 border=0 id=Image1></a>';

local_nav += '<a href='+local_path+''+link2+' onMouseOut=MM_swapImgRestore() onMouseOver=MM_swapImage("Image2","","'+path+'image/btn2_on.gif",1)><img src="'+path+'image/btn2.gif" alt=SUPER GT name=Image2 width=250 height=32 border=0 id=Image2></a>';

local_nav += '<a href='+local_path+''+link3+' onMouseOut=MM_swapImgRestore() onMouseOver=MM_swapImage("Image3","","'+path+'image/btn3_on.gif",1)><img src="'+path+'image/btn3.gif" alt=プロダクションカー世界ラリー選手権 name=Image3 width=250 height=32 border=0 id=Image3></a>';
local_nav += '<a href='+local_path+''+link4+' onMouseOut=MM_swapImgRestore() onMouseOver=MM_swapImage("Image4","","'+path+'image/btn4_on.gif",1)><img src="'+path+'image/btn4.gif" alt=インターコンチネンタルラリーチャレンジ name=Image4 width=250 height=32 border=0 id=Image4></a>';

//local_nav += '<img src="'+path+'image/btn4_off.gif" alt=インターコンチネンタルラリーチャレンジ width=250 height=32 border=0>';

local_nav += '<a href='+local_path+''+link5+' onMouseOut=MM_swapImgRestore() onMouseOver=MM_swapImage("Image5","","'+path+'image/btn5_on.gif",1)><img src="'+path+'image/btn5.gif" alt=ニュルブルクリンク24時間レース name=Image5 width=250 height=32 border=0 id=Image5></a>';

local_nav += '<!--';
local_nav += '<a href='+local_path+''+link6+' onMouseOut=MM_swapImgRestore() onMouseOver=MM_swapImage("Image6","","'+path+'image/btn6_on.gif",1)><img src="'+path+'image/btn6.gif" alt=インプレッサ・イン・ザ・ワールド name=Image6 width=250 height=32 border=0 id=Image6></a>';
local_nav += '-->';
local_nav += '<a href='+local_path+''+link7+' onMouseOut=MM_swapImgRestore() onMouseOver=MM_swapImage("Image7","","'+path+'image/btn7_on.gif",1)><img src="'+path+'image/btn7.gif" alt=壁紙コレクション name=Image7 width=250 height=32 border=0 id=Image7></a>';

local_nav += '<a href='+local_path+''+link8+' onMouseOut=MM_swapImgRestore() onMouseOver=MM_swapImage("Image8","","'+path+'image/btn8_on.gif",1) target="_blank"><img src="'+path+'image/btn8.gif" alt=バックナンバー name=Image8 width=250 height=32 border=0 id=Image8></a>';
local_nav += '</div>';
document.write(local_nav);



