
function openArticle(id, pfix)
{
    article = window.open('http://portal.m-c-n.de/article.php?id=' + id + '&pfix=' + pfix, 'article', 'width=600,height=550,scrollbars,status,toolbar,menubar,status,location,resizable');
    article.focus();
}
