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