function abrirVentana(url) {
  	var a =window.open(url,'',', resizable=yes, scrollbars=yes, status=yes, location=yes, menubar=yes, directories=yes, toolbar=yes, top=0, left=0')
}
