function lohs_toggleimage(oObj, state) {
	oObj.className = state ? "over" : "";
}