function abreventanaimpresion(archivo,ancho,alto){
		window.open(archivo,"Ventana","toolbar=no, location=0, directories=0, status=0, menubar=0, scrollbars=yes, resizable=0, copyhistory=0, width=" + ancho + ", height=" + alto);
	}
function abreventana(archivo,ancho,alto){
		window.open(archivo,"Ventana","toolbar=no, location=0, directories=0, status=0, menubar=0, scrollbars=yes, resizable=0, copyhistory=0, width=" + ancho + ", height=" + alto);
	}

