function ShowNews(id)
{
	var w = screen.width;
	var h = screen.height;
	window.open("/News/ShowNews.asp?id="+id,"_News","scrollbars=yes,resizable=yes,width=800,height=550,left="+ (w -640)/2 +",top=20,resizable=no");
}