<!-- 
function wopen(arg, wd, ht, cpt){

	var Img = arg;
	var wd = wd + 30;
	var ht = ht + 80;
	var Caption = cpt;
	var Option = "scrollbars=1, resizable=yes, width = " + wd + ", height = " + ht;
	iwindow=window.open('','image', Option);
	iwindow.document.write("<html><body bgcolor=#ffffff>");
	iwindow.document.write("<style type='text/css'>");
	iwindow.document.write("<!--");
	iwindow.document.write(".s {  font-size: 9pt}");
	iwindow.document.write("-->");
	iwindow.document.write("</style>");
	iwindow.document.write("<center><img src='");
	iwindow.document.write(Img);
	iwindow.document.write("'><br>");
	iwindow.document.write(Caption);
	iwindow.document.write("<a href='javascript:window.close()'><img src='../../image/close.gif' border=0></a></center>")
	iwindow.document.write("</body></html>");
}


function wopen2(arg, wd, ht, cpt){

	var Img = arg;
	var wd = wd + 30;
	var ht = ht + 80;
	var Caption = cpt;
	var Option = "scrollbars=1, resizable=yes, width = " + wd + ", height = " + ht;
	iwindow=window.open('','image', Option);
	iwindow.document.write("<html><body bgcolor=#ffffff>");
	iwindow.document.write("<style type='text/css'>");
	iwindow.document.write("<!--");
	iwindow.document.write(".s {  font-size: 9pt}");
	iwindow.document.write("-->");
	iwindow.document.write("</style>");
	iwindow.document.write("<center><img src='");
	iwindow.document.write(Img);
	iwindow.document.write("'><br>");
	iwindow.document.write(Caption);
	iwindow.document.write("<a href='javascript:window.close()'><img src='../image/close.gif' border=0></a></center>")
	iwindow.document.write("</body></html>");
}





function MM_openBrWindow(theURL,winName,features) { //v2.0
	window.open(theURL,winName,features);
}
function preloadPic() {
  if(document.images){
    if(!document.prePic) document.prePic=new Array();
    var i,j=document.prePic.length,a=preloadPic.arguments;
    for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){
      document.prePic[j]=new Image;
      a[i]="image/"+a[i]; //imageフォルダ指定
      document.prePic[j++].src=a[i];
//    alert(a[i]);
    }
  }
}

function changeImage(imgName,selOBJ)
{
	if (document.images) document.images[imgName].src = selOBJ.options[selOBJ.selectedIndex].value;
}

//-->

