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

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