// Turn off the alert pop up
//wf.showAlertOnError = false;

		function sendmail() {
			//Make the Progress Bar Appear
			new Effect.Appear('progress');
		}
		function handelrequest() {
			// Fade the Progress Bar
				new Effect.Fade('progress');
			// Make the form itsef wipe up
				new Effect.BlindUp('form');
			// Show the result!
				new Effect.Appear('result');				
		}