var TEXT = { "Not a number": "Please enter a valid number.", "Required field missing input": "This field is required.", "You are not authorized to perform this action - Reason: Secure Forms Timeout": "You are not authorized to perform this action - Reason: Secure Forms Timeout", "Invalid Request": "This entry is invalid.", "Number exceeds allowed maximum": "The number is too long.", "Not a valid email": "Please enter a valid E-Mail adress", "Not a decimal": "Please enter a valid number.", "Not an integer": "Please enter a valid number.", "Not a number": "Please only enter digits.", "Invalid input.": "This entry is invalid.", "No duplicate postings are allowed for this form.": "You have already send the same inquiry.", "You are not authorized to perform this action - Reason: Secure Forms Timeout": "Invalid input", "Reason: IP Required": "Reason: IP Required", "Reason: Banned": "Reason: Banned", "newsletter title": "Thank you for subscribing to Office.Info, the Bene trendletter.", "newsletter text": "To complete your subscription to Office.Info, the Bene Trendletter, you'll shortly receive an email with a confirmation link.
Just click on this link or copy and paste it into your browser.

If this message does not arrive within a few minutes, please contact us at office@bene.com.
Keep an eye on your spam folder in case the message was sent there.", "contact title": "Thank you for your inquiry.", "contact text": "Your request has been forwarded to the responsible contact person." } function gettext(string) { var msg_obj = window['TEXT']; return msg_obj[string] ? msg_obj[string] : string; }