$$=function(objId){
	try{return document.getElementById(objId)
	}catch(e){
		return false;
	}
}

