function mOver(){
	document.getElementById("subMenu").style.display = "block";
}

function mOut(){
	document.getElementById("subMenu").style.display = "none";
}

//********************************/
//   バイト数チェック
//********************************/
function gf_GetLength(value){
	var i,nCnt=0;
	for(i=0; i<value.length; i++){
		if(escape(value.charAt(i)).length >= 4 ) nCnt+=2;
		else nCnt++;
	}
	return nCnt;
}

function analyzer(){
	var ImageWidth  =  1;
	var ImageHeight =  1;
	var Tags = '<img src="https://www.i-call.co.jp/acc/acclog.cgi?' +
				'referrer=' + document.referrer + '&amp;' +
				'width=' + screen.width + '&amp;' +
				'height=' + screen.height + '&amp;' +
				'color=' + screen.colorDepth + '"' + ' width="'  + ImageWidth + '" height=' + ImageHeight + '" />';
	document.getElementById('analyzer').innerHTML=Tags;
}
