function abreNoticia(idNoticia)
{
    var theUrl = "noticia.aspx?idNoticia=" + idNoticia;
    window.open(theUrl, null, "height=500,width=650,status=yes,toolbar=no,menubar=no,location=no");
}

