﻿
function showNews(id)
{
    window.open("getNews.aspx?id="+id,"News","width=600px,height=400px,left=100,top=100,scrollbars=yes,resizable=yes");   
}
