function abreVentana(url, ancho, alto)
{
	window.open(url,"new","height="+alto+", width="+ancho+",toolbar=no,scrollbars=yes,menubar=no");
}