function openWin(URL, TITLE, FEATURES)
	{
	// Will open a new 'pop' window.
	window.open(URL, TITLE, FEATURES)
	}
	
	