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