if (typeof(lpUASunit)=="undefined")
	var lpUASunit = "investments";

var lpUASimagesPath = "/investments/chat_deployment_local-hbosinvestments/images";


//Optional Variables
if (typeof(lpUASlanguage)=="undefined")
	var lpUASlanguage = "english"; // Define the language, default value is english
if (typeof(lpUASimagesFolder)=="undefined")
	var lpUASimagesFolder = "/investments-english"; // Define images folder, default value is lpUASunit-lpUASlanguage


// Define the invitation position from the left and top of the browser window
if (typeof(lpUASinvitePositionX)=="undefined")
	var lpUASinvitePositionX = 50;
if (typeof(lpUASinvitePositionY)=="undefined")
	var lpUASinvitePositionY = 50;

// Define the button and invitation ALT properties
var lpCustomInvitationTitle="Invitation popup window for live chat with a representative";
var lpCustomInvitationCloseTitle="Close chat invitation";

var lpUAScontext = document.title;

