function abrirVentana(url){ 
   window.open(url,"ventana1","width=400,height=400,scrollbars=0,status=0,menubar=0") 
} 

