// JavaScript Document
<!--

var img = new Array();
img[0]=new Image();img[0].src="http://www.naruhodo-taxi.co.jp/image/hajime_1.png";
img[1]=new Image();img[1].src="http://www.naruhodo-taxi.co.jp/image/hajime_2.png";
img[2]=new Image();img[2].src="http://www.naruhodo-taxi.co.jp/image/taxi_1.png";
img[3]=new Image();img[3].src="http://www.naruhodo-taxi.co.jp/image/taxi_2.png";
img[4]=new Image();img[4].src="http://www.naruhodo-taxi.co.jp/image/kyoto_1.png";
img[5]=new Image();img[5].src="http://www.naruhodo-taxi.co.jp/image/kyoto_2.png";
img[6]=new Image();img[6].src="http://www.naruhodo-taxi.co.jp/image/price_1.png";
img[7]=new Image();img[7].src="http://www.naruhodo-taxi.co.jp/image/price_2.png";
img[8]=new Image();img[8].src="http://www.naruhodo-taxi.co.jp/image/tuduki_1.png";
img[9]=new Image();img[9].src="http://www.naruhodo-taxi.co.jp/image/tuduki_2.png";
img[10]=new Image();img[10].src="http://www.naruhodo-taxi.co.jp/image/yoyaku_a_1.png";
img[11]=new Image();img[11].src="http://www.naruhodo-taxi.co.jp/image/yoyaku_a_2.png";
img[12]=new Image();img[12].src="http://www.naruhodo-taxi.co.jp/image/yoyaku_b_1.png";
img[13]=new Image();img[13].src="http://www.naruhodo-taxi.co.jp/image/yoyaku_b_2.png";
img[14]=new Image();img[14].src="http://www.naruhodo-taxi.co.jp/image/top-right-yoyaku_1.jpg";
img[15]=new Image();img[15].src="http://www.naruhodo-taxi.co.jp/image/top-right-yoyaku_2.jpg";
img[16]=new Image();img[16].src="http://www.naruhodo-taxi.co.jp/image/top-right-new_1.jpg";
img[17]=new Image();img[17].src="http://www.naruhodo-taxi.co.jp/image/top-right-new_2.jpg";
img[18]=new Image();img[18].src="http://www.naruhodo-taxi.co.jp/image/top-right-q&a_1.jpg";
img[19]=new Image();img[19].src="http://www.naruhodo-taxi.co.jp/image/top-right-q&a_2.jpg";
img[20]=new Image();img[20].src="http://www.naruhodo-taxi.co.jp/image/top-right-voice_1.jpg";
img[21]=new Image();img[21].src="http://www.naruhodo-taxi.co.jp/image/top-right-voice_2.jpg";
img[22]=new Image();img[22].src="http://www.naruhodo-taxi.co.jp/image/top-right-map_1.jpg";
img[23]=new Image();img[23].src="http://www.naruhodo-taxi.co.jp/image/top-right-map_2.jpg";
img[28]=new Image();img[28].src="http://www.naruhodo-taxi.co.jp/image/top-right-pho_1.jpg";
img[29]=new Image();img[29].src="http://www.naruhodo-taxi.co.jp/image/top-right-pho_2.jpg";
img[24]=new Image();img[24].src="http://www.naruhodo-taxi.co.jp/image/to-price_1.png";
img[25]=new Image();img[25].src="http://www.naruhodo-taxi.co.jp/image/to-price_2.png";


function b(x,y){
 if(document.getElementById){
  document.getElementById(x).style.backgroundImage=
   'url('+img[y].src+')';
 }
 else if(document.all){
  document.all(x).style.backgroundImage=
   'url('+img[y].src+')';
 }
}

function hajimeon(hajime) { 

if (document.images) { 
document.images[hajime].src =img[1].src; 
} 

} 

function hajimeoff(hajime) { 

if (document.images) { 
document.images[hajime].src =img[0].src; 
}

}

function taxion(taxi) { 

if (document.images) { 
document.images[taxi].src =img[3].src; 
} 

} 

function taxioff(taxi) { 

if (document.images) { 
document.images[taxi].src =img[2].src; 
}

}

function kyotoon(kyoto) { 

if (document.images) { 
document.images[kyoto].src =img[5].src; 
} 

} 

function kyotooff(kyoto) { 

if (document.images) { 
document.images[kyoto].src =img[4].src; 
}

}

function priceon(price) { 

if (document.images) { 
document.images[price].src =img[7].src; 
} 

} 

function priceoff(price) { 

if (document.images) { 
document.images[price].src =img[6].src; 
}

}

function tudukion(tuduki) { 

if (document.images) { 
document.images[tuduki].src =img[9].src; 
} 

} 

function tudukioff(tuduki) { 

if (document.images) { 
document.images[tuduki].src =img[8].src; 
}

}

function yoaon(yoa) { 

if (document.images) {
document.images[yoa].src =img[11].src; }

}

function yoaoff(yoa) { 

if (document.images) { 
document.images[yoa].src =img[10].src; 
}

}

function yobon(yob) { 

if (document.images) { 
document.images[yob].src =img[13].src; 
}

}

function yoboff(yob) { 

if (document.images) { 
document.images[yob].src =img[12].src; 
}
}

function syon(sy) { 

if (document.images) { 
document.images[sy].src =img[15].src; 
}

}

function syoff(sy) { 

if (document.images) { 
document.images[sy].src =img[14].src; 
}
}

function snon(sn) { 

if (document.images) { 
document.images[sn].src =img[17].src; 
}

}

function snoff(sn) { 

if (document.images) { 
document.images[sn].src =img[16].src; 
}
}

function sqon(sq) { 

if (document.images) { 
document.images[sq].src =img[19].src; 
}

}

function sqoff(sq) { 

if (document.images) { 
document.images[sq].src =img[18].src; 
}
}

function svon(sv) { 

if (document.images) { 
document.images[sv].src =img[21].src; 
}

}

function svoff(sv) { 

if (document.images) { 
document.images[sv].src =img[20].src; 
}
}

function smon(sm) { 

if (document.images) { 
document.images[sm].src =img[23].src; 
}

}

function smoff(sm) { 

if (document.images) { 
document.images[sm].src =img[22].src; 
}
}

function spon(sp) { 

if (document.images) { 
document.images[sp].src =img[29].src; 
}

}

function spoff(sp) { 

if (document.images) { 
document.images[sp].src =img[28].src; 
}
}

function toyon(toy) { 

if (document.images) { 
document.images[toy].src =img[25].src; 
}

}

function toyoff(toy) { 

if (document.images) { 
document.images[toy].src =img[24].src; 
}
}


function moz(){
if(navigator.appName.indexOf("Netscape") >= 0){
      window.location.replace("http://www.naruhodo-taxi.co.jp/moz/index.htm");
}
}
