function updateObject(objId) {
	var obj = getElement('',objId);
	if (obj) {
		obj.outerHTML = obj.outerHTML;
	}
}
