<!-- *********** Begin Liveperson Configuration Code ****************** --> 



if (typeof(lpUASunit)=="undefined")
	var lpUASunit = "storage";

var lpUASimagesPath = "/systems/storage/resource/chat_deployment_local-ibm/images";


//Optional Variables
if (typeof(lpUASlanguage)=="undefined")
	var lpUASlanguage = "english"; // Define the language, default value is english
//if (typeof(lpUASimagesFolder)=="undefined")
//	var lpUASimagesFolder = "<Images Folder>"; // 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 = 300;
if (typeof(lpUASinvitePositionY)=="undefined")
	var lpUASinvitePositionY = 142;

// 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;


