function ventana(url) {
   var win,w,h;
   w = window.screen.width;
   h = window.screen.height;
   win=window.open(url,"ALQUIMIA","width="+w+",height="+h+",fullscreen=yes");
}
