function acclog()
{
	document.write("<img src='http://alpha-color.com/acc/acclog.cgi?");
	document.write("referrer="+document.referrer+"&");
	document.write("width="+screen.width+"&");
	document.write("height="+screen.height+"&");
	document.write("color="+screen.colorDepth+"'>");
} 
function chgimg(url){
	document.itmimg.src = url;
}
function chgimg2(url){
	document.itmimg.src = url;
	igrow.start();
}
function request(parm)
{
	var url = "/memo_set.php?" + parm;
	var req = Spry.Utils.loadURL("GET", url, true, MySuccessCallback);
}
