// Ergonet JavaScript Document

// settings
var conducta = true;
var dragEnabled = true;
var resizeDivActive=true;
var resizeContDivActive=false;
var animateActive=true;
var animatePageActive=true;
var noAnimation=false; // ha ha ha
var animateApplicationDivOpening=true;
var animateContentDivOpening=true;
var urlCheckIntervalMsec=100;
var urlChecksPerMin = Math.floor(60000/urlCheckIntervalMsec);
var containerLeftSpace=0;
var applicationDivMaxHeight=180;
var contentDivMaxHeight=300;
var pathForTheRecord='';

// vars
var operatingSystem='', browser='', browserVersion='', IE=false, ns=false, win=false, mac=false;
var xmlhttp = null, autoXhrMode=true;
var xmlhttpNewsTicker = null;
var xhr=false; // what state - 
var additionToDiv=false; // add to the target div - for getInterface operations
var realPlayerIsInstalled=false;
var lastLocation='';
var lastCommand='';
var locationTimeoutId;
var hashString='';
var HistoryType='';
var currentDragDiv=null;
var currentResizeDiv=null;
var currentResizeContent='';
var currentResizeScrollbar='';
var tempX;
var tempY;
var offsetX;
var offsetY;
var funcMode='';
var switchOfScreen=false;
var galleryIsPopulated=false;
var currentApplicationDivId='';
var animateAppDivTimeId='';
var animateContDivTimeId='';
var urlCheckCounter=0;
