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