function avoid_activation(obj_id)
	{
	var obj = document.getElementById(obj_id);
	obj.outerHTML = obj.outerHTML;
	} 
