
/* - plone_javascript_variables.js - */


// Global Plone variables that need to be accessible to the Javascripts
var portal_url = 'http://www.euregio-mr.com';
var form_modified_message = 'text_form_modified_message';
var form_resubmit_message = 'text_form_resubmit_message';

// the following are flags for mark_special_links.js
// links get the target="_blank" attribute
var external_links_open_new_window = 'true';
var mark_special_links = 'true';



