﻿function abre(CodNoticia, obj) {
    document.form1.IndiqueNoticia1$hdnCodNoticia.value = CodNoticia;
    document.getElementById('lyrEnvie').style.display = 'block';
    document.getElementById('lyrEnvie').style.top = (obj.offsetTop - 137) + 'px';
}
function fecha(){
    document.getElementById('lyrEnvie').style.display = "none";    
}
