	function openWin(page, name, details) {
		newWin = window.open(page, name, details);
		if (window.focus) { newWin.focus() }
	}
	
    function doProcessing() {
			document.getElementById('submitBtn').className = 'thide'; 
			document.getElementById('processing').className = 'tshow';
		}