<!--//
function loadImage() { 
	var rollover = new Array();
	for (var i=0; i < 15 ; i++) {
		rollover[i] = new Image();
	}
}

function change() {
	if (document.getElementById("eub").src.match("1.jpg")) {
		document.getElementById("eub").src = document.getElementById("eub").src.replace("1.jpg", "2.jpg");
	} else if (document.getElementById("eub").src.match("2.jpg")) {
		document.getElementById("eub").src = document.getElementById("eub").src.replace("2.jpg", "1.jpg");
	} else {
		return;
	}
}

function changeImg(iName,img){
	document.images[iName].src=img;
}

function _JumpURLnewWin(url,sizeX,sizeY) 
{
  if (url != ''){
    win=window.open(url,"a","scrollbars=1,resizable=yes,width=" + sizeX + ",height=" + sizeY);
  }
}
function _TargetWinOpen(url,sizeX,sizeY,target) 
{
  if (url != ''){
    win=window.open(url,target,"scrollbars=1,resizable=yes,width=" + sizeX + ",height=" + sizeY);
  }
}
function SelectJumpURL(obj) 
{
  url = obj.options[obj.selectedIndex].value;
  if (url != '')
  {
    window.location = url;
  }
}
function mOvr(src,clrOver){ 
	if (!src.contains(event.fromElement)){
		src.style.cursor = 'hand'; 
		src.bgColor = clrOver; 
	} 
} 
function mOut(src,clrIn){ 
	if (!src.contains(event.toElement)){ 
		src.style.cursor = 'default'; 
		src.bgColor = clrIn; 
	} 
}


function wopen01(){
	wo01=window.open("/feature/stomach.php","new", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=400,height=300");
}

function wopen02(){
	wo02=window.open("/feature/back.php","new", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=400,height=300");
}

function PrintPage(){
	if(document.getElementById || document.layers){
		window.print();		//܂
	}
}

//-->