//PopUp Examenes
function ventanaSecundaria(URL){
   window.open(URL,"ventana1","width=350,height=250,scrollbars=NO")
}