// JavaScript Document
function Send() {
	document.Form.submit();
}
