function changeImage1(){
	document.topimg.src="img2.gif";
}
function changeImage2(){
	document.topimg.src="img1.gif";
}
function changeImage3(){
	document.rodimg.src="img4.gif";
}
function changeImage4(){
	document.rodimg.src="img3.gif";
}
function changeImage5(){
	document.reelimg.src="img6.gif";
}
function changeImage6(){
	document.reelimg.src="img5.gif";
}
function changeImage7(){
	document.profimg.src="img8.gif";
}
function changeImage8(){
	document.profimg.src="img7.gif";
}

function changeImage9(){
	document.blogimg.src="img10.gif";
}
function changeImage10(){
	document.blogimg.src="img9.gif";
}
function changeImage11(){
	document.contimg.src="img12.gif";
}
function changeImage12(){
	document.contimg.src="img11.gif";
}
function changeImage13(){
	document.gimg.src="img2_01.gif";
}
function changeImage14(){
	document.gimg.src="img_01.gif";
}
function changeImage15(){
	document.himg.src="img2_02.gif";
}
function changeImage16(){
	document.himg.src="img_02.gif";
}
function changeImage17(){
	document.iimg.src="img2_03.gif";
}
function changeImage18(){
	document.iimg.src="img_03.gif";
}
function changeImage19(){
	document.jimg.src="img2_04.gif";
}
function changeImage20(){
	document.jimg.src="img_04.gif";
}
//
var HELPWin=null;//サブウインドウ
var HELPHref1="";//読み込むページ
function HelpWinOpen(HELPHref1,winname){
  HELPWin=window.open(HELPHref1,winname,'toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1');

  //サブウインドウが開いたとき前面へフォーカスする。NN3.0~
  if(navigator.appVersion.charAt(0)>=3){ HELPWin.focus() }
}

//