/* $Id$ */

/**
  * These variables are meant to be changed by the build ant scripts.
  */

/**
  * enable debug messages
  */
var DY_DEBUG = false;

/**
  * should the general conditions be displayed (not if deployed in Intranet)
  */
var DY_needGeneralConditions = true;

/**
  * should application open in a new window, or in the current window.  this
  * is important when we do not have control over the current window (for example,
  * it is opened by the Intranet people as a normal window with buttons/address bar).
  */  
var DY_openAppWindow = false;

/**
 * this is a flag indicating whether the application is run locally or
 * on a remote server.  This is important to be able to decide whether 
 * the browser can shut down the application.
 *
 */
var DY_runsLocally = false;