

// Global Plone variables that need to be accessible to the Javascripts
var portal_url = 'http://www.malidente.com';
var form_modified_message = 'Su formulario no ha sido guardado. Todos los cambios se perderán';
var form_resubmit_message = 'Ya ha hecho clic en el botón de enviar. ¿Realmente desea enviar de nuevo este formulario?';

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

