function popnews(file, name)
	{
		infoWin = window.open(file, name, 'width=800,height=600,ScrollBars=yes,resizable=yes');
		infoWin.focus();
	}