function subwin1(){
	window.open("EVD90-001.html","window1","width=600,height=600,scrollbars=yes");
}
function subwin2(){
	window.open("EVD90-001-1.html","window1","width=600,height=600,scrollbars=yes");
}
function subwin20(){
	window.open("EVD03-020.html","window1","width=600,height=600,scrollbars=yes");
}
function subwin21(){
	window.open("EVD03-021.html","window1","width=600,height=600,scrollbars=yes");
}
function subwin22(){
	window.open("EVD03-022.html","window1","width=600,height=600,scrollbars=yes");
}
function subwin23(){
	window.open("EVD03-023.html","window1","width=600,height=600,scrollbars=yes");
}
function subwin24(){
	window.open("EVD03-024.html","window1","width=600,height=600,scrollbars=yes");
}
function subwin25(){
	window.open("EVD03-025.html","window1","width=600,height=600,scrollbars=yes");
}
function subwin26(){
	window.open("EVD03-026.html","window1","width=600,height=600,scrollbars=yes");
}
function subwin27(){
	window.open("EVD03-027.html","window1","width=600,height=600,scrollbars=yes");
}

//-->

	my_pics1=new Array();

	//ランダムで表示したい画像を指定する
	my_pics1[0]='Photo101/cut-bl-051.jpg';
	my_pics1[1]='Photo101/cut-bl-052.jpg';
	my_pics1[2]='Photo101/cut-bl-053.jpg';
	my_pics1[3]='Photo101/cut-bl-054.jpg';
	my_pics1[4]='Photo101/cut-bl-055.jpg';
	my_pics1[5]='Photo101/cut-bl-056.jpg';
	my_pics1[6]='Photo101/cut-bl-057.jpg';
	my_pics1[7]='Photo101/cut-bl-058.jpg';

	function jikan_pic1()
		{
		a=Math.floor(Math.random()*my_pics1.length);
		document.images["mypic1"].src=my_pics1[a];
		}

//-->
	my_pics2=new Array();

	//ランダムで表示したい画像を指定する
	my_pics2[0]='Photo101/cut-bl-005.jpg';
	my_pics2[1]='Photo101/cut-bl-009.jpg';
	my_pics2[2]='Photo101/cut-bl-011.jpg';
	my_pics2[3]='Photo101/cut-bl-032.jpg';
	my_pics2[4]='Photo101/cut-bl-033.jpg';
	my_pics2[5]='Photo101/cut-bl-033.jpg';
	my_pics2[6]='Photo101/cut-bl-035.jpg';
	my_pics2[7]='Photo101/cut-bl-036.jpg';
	my_pics2[8]='Photo101/cut-bl-037.jpg';
	my_pics2[9]='Photo101/cut-bl-038.jpg';
	my_pics2[10]='Photo101/cut-bl-039.jpg';
	my_pics2[11]='Photo101/cut-bl-040.jpg';
	my_pics2[12]='Photo101/cut-bl-041.jpg';

	function jikan_pic2()
		{
		a=Math.floor(Math.random()*my_pics2.length);
		document.images["mypic2"].src=my_pics2[a];
		}

//-->
	my_pics3=new Array();

	//ランダムで表示したい画像を指定する
	my_pics3[0]='Photo101/cut-bl-012.jpg';
	my_pics3[1]='Photo101/cut-bl-022.jpg';
	my_pics3[2]='Photo101/cut-bl-043.jpg';
	my_pics3[3]='Photo101/cut-bl-044.jpg';
	my_pics3[4]='Photo101/cut-bl-045.jpg';
	my_pics3[5]='Photo101/cut-bl-046.jpg';
	my_pics3[6]='Photo101/cut-bl-047.jpg';
	my_pics3[7]='Photo101/cut-bl-048.jpg';
	my_pics3[8]='Photo101/cut-bl-049.jpg';
	my_pics3[9]='Photo101/cut-bl-050.jpg';

	function jikan_pic3()
		{
		a=Math.floor(Math.random()*my_pics3.length);
		document.images["mypic3"].src=my_pics3[a];
		}

//-->
	my_pics4=new Array();

	//ランダムで表示したい画像を指定する
	my_pics4[0]='Image101/cm-003.gif';
	my_pics4[1]='Image101/cm-004.gif';
	my_pics4[2]='Image101/cm-005.gif';
	
	function jikan_pic4()
		{
		a=Math.floor(Math.random()*my_pics4.length);
		document.images["mypic4"].src=my_pics4[a];
		}

//-->
	my_pics5=new Array();

	//ランダムで表示したい画像を指定する
	my_pics5[0]='Image101/cm-0031.gif';
	my_pics5[1]='Image101/cm-0041.gif';
	my_pics5[2]='Image101/cm-0051.gif';
	
	function jikan_pic5()
		{
		a=Math.floor(Math.random()*my_pics5.length);
		document.images["mypic5"].src=my_pics5[a];
		}

//-->
<!--
// 未入力項目をチェックする
function chValie() {
  // 入力必須項目（「,」で区切って追加可能）
  ess = new Array("name", "tel", "email");
  for(i=0; i<ess.length; i++) {
    txt = document.nForm.elements[ess[i]].value;
    if(txt == "") {
      alert("お名前、メールアドレス、電話番号に未入力項目があります。ご確認ください。");
      return false;
    }
  }
  ml = /.+@.+\..+/; // チェック方式
  mf = document.nForm.email.value;
  if(!mf.match(ml)) {
    alert("メールアドレスが不正です。ご確認ください。");
    return false;
  }

  return true;
}
//-->
