function BioArchive_getGlobals() { // General settings this.clientName = ''; this.userName = ''; this.domain = 'standard'; this.encoderType = ''; this.encoderKey = ''; this.cryptEnabled = false; this.cryptURI = './PSD_client/proxy.php'; 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();