	function openWin(page, name, details) {
		newWin = window.open(page, name, details);
		if (window.focus) { newWin.focus() }
	}
