function BioArchive_getGlobals() { // General settings this.clientName = ''; this.userName = ''; this.domain = ''; this.encoderType = ''; this.encoderKey = ''; this.cryptEnabled = false; this.cryptURI = ''; this.cryptParam = [""]; this.cryptPdat = ''; // Language settings this.lang = 'de'; this.dateformat = 'dd.mm.yyyy'; // Query settings this.queryForceAnswer = false; this.queryCanDone = false; } var globals = new BioArchive_getGlobals();