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