/**
 * JavaScript Configuration File
 * Schould be dynamically generated from backend
 */



/* create namespace */
//audi_ngw.namespace(audi_ngw,'config');
/**
 * Initialize global AUDI object 
 */
if (typeof audi_ngw === 'undefined') {
	audi_ngw = {};
}
if (typeof audi_ngw.config === 'undefined') {
	audi_ngw.config = {};
}

/* BEGIN-GENERATED-TEXT { class=de.audi.ngw.base.textfilter.ConfigJsGenerator } */

//audi_ngw.docroot = '/';
/**
 * switch js-debug-messages on and off
 */
audi_ngw.debug = true;
audi_ngw.debug = true;
audi_ngw.ieDebug = false;

audi_ngw.fragmentSelector = '';
audi_ngw.fragmentGallerySelector = '';


audi_ngw.flashreqversion = {major: 9, minor: 0, rev: 28};

/**
 * whether the page is currently in edit mode (edit controls are visible)
 */
audi_ngw.edit = true;


/**
 * whether the current instance is in publish mode
 */
audi_ngw.publish = true;
 
/**
 * Defines URL base for retrieving all footnotes
 */
audi_ngw.config.sURLGetAllFootnotesBase = "ajax-dummies/allfootnotes";

/**
 * Defines suffix for retrieving all footnotes
 */
audi_ngw.config.sURLGetAllFootnotesSuffix = ".shtml";

/**
 * Defines divider for separating footnote identifiers 
 */
audi_ngw.config.sURLGetAllFootnotesDivider = ".";

/**
 * Sets path+file for print preview styles
 */
audi_ngw.config.cssPrintPreview = "css/print_preview.css";

/**
 * Defines URL for login layer, as used by api*showLogin
 */
audi_ngw.config.sLoginUrl = "http://...login.shml";
/**
 * Defines URL for liveseach / jSuggest
 */
audi_ngw.config.sJSuggestUrl = "../audi_search/_doAjaxSearch.action.php?limit=20";

/**
 * Set tracking function (onClick)
 */
audi_ngw.config.onClickTrack = audi_ngw.track.onClickStub;

/**
 * Set tracking function (onClick)
 */
audi_ngw.config.onAjaxLoadTrack = audi_ngw.track.onAjaxLoadStub;

/**
 * Language specific settings
 */
audi_ngw.dictionary = [];
audi_ngw.dictionary.CLOSE = 'Schließen';
audi_ngw.dictionary.PRINT = 'Drucken';
audi_ngw.dictionary.PRINTLABEL = "Druckversion";
audi_ngw.dictionary.OPTION_CHOOSE = "Bitte wählen";


/**
 * disable sIFR by setting audi_ngw.sIFRenabled to false
 */
//audi_ngw.sIFRenabled = false;



/* END-GENERATED-TEXT */
