function showAvisoLegal(url){
	window.open(url, "aviso", "width=820,height=740,scrollbars=yes");
}

function errorImg(elem){
	elem.style.display = "none";
}

function showImg(elem){
	elem.style.display = "inline";
}

function hideError(){
	jQuery("#erroresContainer").hide();
}