function form_submit(){
	$("#ContactConfirmForm").submit();
}

function form_submit2(){
$("#ContactSendMailForm").submit();
}
