/*
BEGIN Configuration Script
*/

var lpUASimagesPath = "http://www.hp.com/gcco/chat_deployment_local-ent/images";

var lpUASlanguage = "english";
if (typeof(lpUASunit)=="undefined") lpUASunit = "us-ent-bcs";

var lpUASinvitePositionX = 50;
var lpUASinvitePositionY = 50;


lpUASimagesFolder = "us-ent-" + lpUASlanguage; // use same images accross business units of us-ent

/* 
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 = "<configuration specific button image height>";
if (typeof(lpdbButtonImageWidth)=="undefined" || lpdbButtonImageWidth.indexOf('<')>=0)
	lpdbButtonImageWidth = "<configuration specific button image width>";

var lpUAScontext = document.title;

/*
END Configuration Script
*/
