function ventana(url) {
	window.open(url,"ventana","width=320, height=240, toolbar=yes, resizable=yes, scrollbars=yes");
}