function Confirm_Submission_Form(text) {
	return confirm("Achtung! "+text+"\n\nFortfahren?");
}