function changeImage0010(){
 document.btn1.src="navi/top_on.jpg";
}
function changeImage0011(){
 document.btn1.src="navi/top_off.jpg";
}
function changeImage0020(){
 document.btn2.src="navi/hot_on.jpg";
}
function changeImage0021(){
 document.btn2.src="navi/hot_off.jpg";
}
function changeImage0030(){
 document.btn3.src="navi/what_on.jpg";
}
function changeImage0031(){
 document.btn3.src="navi/what_off.jpg";
}
function changeImage0040(){
 document.btn4.src="navi/story_on.jpg";
}
function changeImage0041(){
 document.btn4.src="navi/story_off.jpg";
}
function changeImage0050(){
 document.btn5.src="navi/spec_on.jpg";
}
function changeImage0051(){
 document.btn5.src="navi/spec_off.jpg";
}
function changeImage0060(){
 document.btn6.src="navi/catalog_on.jpg";
}
function changeImage0061(){
 document.btn6.src="navi/catalog_off.jpg";
}
function changeImage0070(){
 document.btn7.src="navi/how_on.jpg";
}
function changeImage0071(){
 document.btn7.src="navi/how_off.jpg";
}
function changeImage0080(){
 document.btn8.src="navi/web_on.jpg";
}
function changeImage0081(){
 document.btn8.src="navi/web_off.jpg";
}
function changeImage0090(){
 document.btn9.src="navi/contact_on.jpg";
}
function changeImage0091(){
 document.btn9.src="navi/contact_off.jpg";
}
function changeImage0100(){
 document.btn10.src="navi/blog_on.jpg";
}
function changeImage0101(){
 document.btn10.src="navi/blog_off.jpg";
}
function changeImage0110(){
 document.btn11.src="navi/up_on.jpg";
}
function changeImage0111(){
 document.btn11.src="navi/up_off.jpg";
}

function OpenWin1(){
win1=window.open("detail/FL.html","new","width=800,height=632");
}
function OpenWin2(){
win2=window.open("detail/FR.html","new","width=800,height=632");
}
function OpenWin3(){
win3=window.open("detail/SR.html","new","width=800,height=632");
}
function OpenWin4(){
win4=window.open("detail/RR.html","new","width=800,height=632");
}
function OpenWin5(){
win5=window.open("detail/FR.html","new","width=800,height=632");
}
function OpenWin6(){
win6=window.open("detail/RL.html","new","width=800,height=632");
}
function OpenWin7(){
win7=window.open("detail/F.html","new","width=800,height=632");
}
function OpenWin8(){
win8=window.open("detail/R.html","new","width=800,height=632");
}
function OpenWin9(){
win9=window.open("detail/fntwheel.html","new","width=800,height=632");
}
function OpenWin10(){
win10=window.open("detail/hundle.html","new","width=800,height=632");
}
function OpenWin11(){
win11=window.open("detail/meter.html","new","width=800,height=632");
}
function OpenWin12(){
win12=window.open("detail/fntlogo.html","new","width=800,height=632");
}
function OpenWin13(){
win13=window.open("detail/oilcooler.html","new","width=800,height=632");
}
function OpenWin14(){
win14=window.open("detail/seat.html","new","width=800,height=632");
}
function OpenWin15(){
win15=window.open("detail/truss.html","new","width=800,height=632");
}
function OpenWin16(){
win16=window.open("detail/seatunder.html","new","width=800,height=632");
}
function OpenWin17(){
win17=window.open("detail/rearseat.html","new","width=800,height=632");
}
function OpenWin18(){
win18=window.open("detail/fuelcap.html","new","width=800,height=632");
}
function OpenWin19(){
win19=window.open("detail/engine.html","new","width=800,height=632");
}
function OpenWin20(){
win20=window.open("detail/intake.html","new","width=800,height=632");
}
function OpenWin21(){
win21=window.open("detail/undercowl.html","new","width=800,height=632");
}
function OpenWin22(){
win22=window.open("detail/wheel.html","new","width=800,height=632");
}
function OpenWin23(){
win23=window.open("detail/reardisk.html","new","width=800,height=632");
}
function OpenWin24(){
win24=window.open("detail/taillight.html","new","width=800,height=632");
}


var scrj = 1;
function softScrollBack() {
   if(navigator.appName == "Microsoft Internet Explorer" && document.compatMode == "CSS1Compat") {
      var scdist = document.body.parentNode.scrollTop;
   } else {
      var scdist = document.body.scrollTop;
   }
   if(scrj<50 && scdist) {
      scdist = (scdist>2) ? Math.ceil(scdist*.2) : 1;
      scrj++;
      scrollBy(0,-scdist);
      setTimeout("softScrollBack()",20);
   } else {
      scrollTo(0,0);
      scrj = 1;
   }
}