/*
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 = "Live Chat";
var lpUASdynamicTextLinkOccupiedText = "Live Chat";
var lpUASdynamicTextLinkOfflineText = "Live Chat";

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

function lpUpdateDynamicTextLinkStyle(state){

	lpUAStextLinkObject.style.cursor = "default";
	lpUAStextLinkObject.style.textDecoration = "none";
	lpUAStextLinkObject.style.color = "black";
	
	if (state == "Online"){
		lpUAStextLinkObject.style.cursor=hcPointerString;
		//Set any style properties for Online Text here, ex:
		lpUAStextLinkObject.style.textDecoration = "underline";
		lpUAStextLinkObject.style.color = "blue";
	} 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
*/
