function mostra_resultado_enq(id){
	window.open('resultado.php?id='+id,'_blank','width=100% , height=100%, top=26, left=163');	
}