<!--
function mostrarInfo (url, width, height){ 
	window.open(url,"ventana","width="+width+",height="+height+",scrollbars=1,left=200,top=55") 
}
//-->

