//config
var siteCode = "50fgi83bsv7q";
var postUrl = '/ARA_API/FrontendChatAPI.aspx';
var contentIsModal = false;
var debug = false;
var rememberTrackingCode = false;
var autoLogin = true;
var showIndividuals = true;
var accountDisplayName = "Scuba Dave";
var escalationMessage = "<b>ARA HTML Client:</b> Please wait while you are escalated to a live CSR.";

//element ids
var elLoginButton = 'loginButton';
var elInputLoginName = 'inputLoginName';
var elInput = 'input';
var elChatlog = 'chatlog';
var elMenu = 'menudiv';
var elContent = 'contentdiv';

