function fctAbrirPopupResultado(varcURL){
	window.open(varcURL, "PopUpResultados", "width=700,height=500,scrollbars=YES");
}