/*
BEGIN Configuration Script
*/

var lpUASimagesPath = "https://www.hp.com/gcco/chat_deployment_local-ent/images";

var lpUASlanguage = "english";
if (typeof(lpUASunit)=="undefined") lpUASunit = "us-ent-hps";

var lpUASinvitePositionX = 50;
var lpUASinvitePositionY = 50;

var lpUASbuttonType = "top_right";

lpUASimagesFolder = "us-ent-" + lpUASlanguage; // use same images accross business units of us-ent

// Dynamic values for button and invitation ALT properties
lpUASbuttonTitle = "Live Chat";
lpUASinvitationTitle="Invitation popup window for live chat with an HP sales representative";
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)	
*/
if (typeof(lpdbButtonImageHeight)=="undefined" || lpdbButtonImageHeight.indexOf('<')>=0)
	lpdbButtonImageHeight = "110";
if (typeof(lpdbButtonImageWidth)=="undefined" || lpdbButtonImageWidth.indexOf('<')>=0)
	lpdbButtonImageWidth = "148";

var lpUAScontext = document.title;

/*
END Configuration Script
*/
