/*
BEGIN configuration Script
*/

lpUASimagesPath = "/livePerson/chat_deployment_local-investools/images"; 

if (typeof(lpUASunit)=="undefined") lpUASunit = "investools-sales";
if (typeof(lpUASlanguage)=="undefined") lpUASlanguage = "english";

lpUASimagesFolder = lpUASunit + "-" + lpUASlanguage;

var lpUAScontext = document.title;

//Define text for the different operator states (note: text can be an empty string)
var lpUASdynamicTextLinkInitialText = "";
var lpUASdynamicTextLinkOnlineText = "| &nbsp;&nbsp;Live Chat";
var lpUASdynamicTextLinkOccupiedText = "";
var lpUASdynamicTextLinkOfflineText = "";

//Optional: define styles for text link in this function

function lpUpdateDynamicTextLinkStyle(state){
	if (state == "Online"){
		//Set any style properties for Online Text here, ex:

	} else if (state == "Occupied") {
		//Set any style properties for Occupied Text here

	} else if (state == "Offline") {
		//Set any style properties for Offline Text here
		
	}else if (state == "Initial") {
		//Set any style properties for Initial Text here
		
	}
}


var lpUASinvitePositionX = 50;
var lpUASinvitePositionY = 50;

var lpUASbuttonTitle = "Live Chat";
var lpUASinvitationTitle="Invitation popup window for live chat with a representative";
var lpUASinvitationCloseTitle="Close chat invitation";

/*
END configuration Script
*/
