<!--
function ChangeBtnImage_Over(btnName){
 
 imageSrc = document.images[btnName].src;
 left_str = imageSrc.substr(0,imageSrc.lastIndexOf(".", imageSrc.length));
 right_str = imageSrc.substring(imageSrc.lastIndexOf(".", imageSrc.length), imageSrc.length);
 if (left_str.substr(left_str.length - 3, left_str.length) != "_on"){
 	changeSrc = left_str + "_on" + right_str;
 		document.images[btnName].src = changeSrc;
 }
}

function ChangeBtnImage_Out(btnName){
 imageSrc = document.images[btnName].src;
 left_str = imageSrc.substr(0,imageSrc.lastIndexOf(".", imageSrc.length) - 3);
 right_str = imageSrc.substring(imageSrc.lastIndexOf(".", imageSrc.length), imageSrc.length);
 
 changeSrc = left_str + right_str;
 document.images[btnName].src = changeSrc;
}
function goHome(){
 top.frames.document.location.href = '../index.html';
}
//-->

<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->

<!--
mac=(navigator.appVersion.indexOf('Mac')!=-1)?true:false;
ie=(navigator.appName.charAt(0) == "M")?true:false;

document.write("<STYLE TYPE='text/css'><!--")
if(mac){
	//FOR MACINTOSH IE NS
	document.write(".j14{font-size:14px}")
	document.write(".j12{font-size:12px}")
	document.write(".j10{font-size:10px}")
}
else{
	if(ie){
	//FOR WINDOWS IE
	document.write(".j14{font-size:14px; line-height:20px}")
	document.write(".j12{font-size:12px; line-height:18px}")
	document.write(".j10{font-size:10px; line-height:16px}")
	}
	else{
	//FOR WINDOWS NETSCAPE
	document.write(".j14{font-size:14px; line-height:20px}")	
	document.write(".j12{font-size:12px; line-height:18px}")
	document.write(".j10{font-size:10px; line-height:16px}")
	}
}
document.write("--></STYLE>");
//-->

//ブロードバンド
<!--
var iwidth;
var iheight;
    function MultiOpen(strURL,strWindowName,iwidth,iheight)
    {    
window.open(strURL,strWindowName,"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width="+iwidth+",height="+iheight);
    }
// -->

//選手名鑑
<!--
function GO(no){
	document.StaffWin.StaffNo.value = no;
	location.href= 'win.html?staff='+no;
}
// -->
