function displayFullnews(id) {
    url = "fullnews.php?ncomment=" + id;
    alert(url);
    window.location = url;
}
