

function showNewsWindow(news_id) 
{
	popupWindow=window.open(news_id, "info", "scrollbars=yes,toolbar=yes,menubar=yes,resizable=yes");
} 

