function obj(theId){
	theObj=document.getElementById(theId);
	return theObj;
}


