<!--
function _HpbJumpURL(url)
{
  if (url != '')
  {
    window.location = url;
  }
}

function popWinOpen(fileName){
	newWin = window.open(fileName,"Registation","width=650,height=630,toolbar=no,location=no,status=no,directories=no,menubar=no,title=no,scrollbars=yes");
}

function GoTopPage(){
	location.href = "/";
}

function log_out(){
document.write("<img src='/cgi-bin/acc/acclog.cgi?");
document.write("referrer="+document.referrer+"&");
document.write("width="+screen.width+"&");
document.write("height="+screen.height+"&");
document.write("color="+screen.colorDepth+"'>");
}

function highright(highright_id){
	var hObj = this.document.getElementById(highright_id);
	if(hObj == null || hObj.src == ''){
	}else{
		var splitText = hObj.src.split(".");
		var replSrc = splitText[0];
		for(cnt = 1; cnt < splitText.length - 1; cnt++){
			replSrc = replSrc + "." + splitText[cnt];
		}
		replSrc = replSrc + "_hi." + splitText[splitText.length - 1];
		hObj.src=replSrc;
	}
}
//-->

