function acc() {
/*
document.write("<img src='/cgi/acclog.cgi?");
document.write("referrer="+document.referrer+"&");
document.write("width="+screen.width+"&");
document.write("height="+screen.height+"&");
document.write("title="+document.title+"&");
document.write("color="+screen.colorDepth+"'>");
*/
}

function setIME(obj,n)
{
	sType = ["auto","active","inactive","disabled"];
	obj.style.imeMode = sType[n];
}
