// JavaScript Document
function abrir_ventana(url,ancho,alto){
		window.open(url,'ventana','width='+ancho+',height='+ alto +',border=NO,scrollbar=YES');
}