function ventana(enlace) {
	window.open (enlace, null, "width=460,height=450,status=no,toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no,titlebar=no");
}
