// JavaScript Document
function focar(){
	
	document.getElementById('imageBig').focus();
	//alert("foco!");
	
}
