<!--
function mostrarInfo (url, width, height, parametros){ 
	window.open(url,"ventana","width="+width+",height="+height+","+parametros) 
}
//-->

