			
	
	function foco(IdElement) {
		var element = document.getElementById( IdElement );
		if(element != null)
			element.focus();		
	}

