function getObj(id) {return ( typeof(id)== "object"? id : document.getElementById(id))}

$=getObj
