	function openBusinessProcess() {
		var w = screen.width-10;
		var h = screen.height-40;

		var l = (screen.width-w)/2-10;
		var t = (screen.height-h)/2-20;

		window.open ("businessProcessDoorway.html","process","toolbar=no,directories=no,status=no,menubar=no,resizable,scrollbars=yes, width=" + w + ", height=" + h + ", left=" + l + ", top=" + t );
	}