   function doProcessing() {
				document.getElementById('submitBtn').className = 'thide'; 
				document.getElementById('processing').className = 'tshow';
			}
