
/* - plone_javascript_variables.js - */


// Global Plone variables that need to be accessible to the Javascripts
var portal_url = 'http://www.divedro.it';
var form_modified_message = 'Il modulo non è stato memorizzato. Tutte le modifiche che hai apportato saranno perse';
var form_resubmit_message = 'Hai già premuto il pulsante di conferma. Vuoi veramente inviare di nuovo questo modulo?';

// 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';



