function ventana(url) {
 xpos=(screen.width/2)-250;
 ypos=(screen.height/2)-250;
 open(url,"ficha", "width=500,location=no,height=500,scrollbars=yes,toolbar=no,directories=no,menubar=no,status=no,resizable=no,left=" + xpos + ",top=" + ypos);
}

