function saveArticle(id)
{
    window.open('p_savearticle.php?id='+id, 'savearticle', 'width=400, height=100');
}

function subscribe(id)
{
    window.open('cat_subscribe.php?cid='+id,'subscribe','width=400, height=150');
}

function editArticle(id)
{
    window.open('admin/news_edit_frm.php?id='+id,'editwindow','resizable=yes')
}
