function getObject(id){
	if(document.getElementById)
		return document.getElementById(id);
	else
		return eval(id);
}