

// Global Plone variables that need to be accessible to the Javascripts
var portal_url = 'http://www.abelium.eu';
var form_modified_message = 'Vaš obrazec ni bil shranjen. Vse vaše spremembe bodo igubljene.';
var form_resubmit_message = 'Ste že kliknili gumb Submit. Ali zares želite ponovno poslati ta obrazec?';

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


