function popup(file, name)
	{
		infoWin = window.open(file, name, 'width=560,height=430,ScrollBars=no');
		infoWin.focus();
	}
