/*
This script determines the chat routing, invitation location on the page
and the button image properties 
BEGIN configuration Script
*/

lpUASimagesPath = "/onlinebanking/chat_deployment_local-olb/images";

if (typeof(lpUASlanguage)=="undefined") lpUASlanguage = "english";
if (typeof(lpUASunit)=="undefined") lpUASunit = "olb";

var lpUAScontext = document.title;

if (typeof(lpUASinvitePositionX)=="undefined") lpUASinvitePositionX = 347;
if (typeof(lpUASinvitePositionY)=="undefined") lpUASinvitePositionY = 114;

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

/* 
NOTE: Optional - Define width and height for button image 
      In the code below you may provide configuration-specific button image height/width (in pixels)	
*/
var lpdbButtonImageHeight = "16";
var lpdbButtonImageWidth = "177";


/*
END configuration Script
*/
