
/* - plone_javascript_variables.js - */


// Global Plone variables that need to be accessible to the Javascripts
var portal_url = 'http://www.prinz-stahlrohre.de';
var form_modified_message = 'Ihr Formular wurde nicht gespeichert. Alle Ihre Änderungen werden verloren gehen!';
var form_resubmit_message = 'Sie haben bereits auf den Senden-Knopf gedrückt. Möchten Sie dieses Formular wirklich noch ein zweites Mal absenden?';

// the following are flags for mark_special_links.js
// links get the target="_blank" attribute
var external_links_open_new_window = false;
// apply only to links in content area (id="content" or id="region-content")
var external_links_in_content_only = true;

