function home_latestpublicationstextClick(title, members, category){
    menuCall('./php/production.php', 'keyword=' + title + '&members='+ members + '&categories=' + category + '&pos=0&direction=next');
    document.body.style.cursor = 'default';
}

function home_latestpublicationstextOver(i){
    document.getElementById("home_latestpublicationstext" + i).style.color = "#AA4444";
    document.body.style.cursor = 'hand';
}

function home_latestpublicationstextOut(i){
    document.getElementById("home_latestpublicationstext" + i).style.color = "#000000";
    document.body.style.cursor = 'default';
}

