function o(input) { var o; if (typeof input === "string") o = document.getElementById(input); else if (typeof input === "object") o = input; return o; }