			function getRef(obj) {				return (typeof obj == "string") ? document.getElementById(obj) : obj;			}						function setClassName(obj, className) {				getRef(obj).className = className;			}