<!--
function ToEn (){	
	location.href = "http://"+location.host+"/english"+location.pathname;
}
function ToJa (){	
	jlink = location.pathname.substr(9,location.pathname.length);
	location.href = "http://"+location.host+"/"+jlink;
}
//-->

