/*
BEGIN configuration Script
*/


lpUASimagesPath = "http://www.hp.com/gcco/chat_deployment_local-hho-marketing/images";

var lpUASlanguage = "english";
lpUASimagesFolder = "us-hho-" + lpUASlanguage; // use same images accross business units of us-hho

if (typeof(lpUASunit)=="undefined") lpUASunit = "us-hho-dp";
var lpUAScontext = document.title;

var lpUASinvitePositionX = 50;
var lpUASinvitePositionY = 50;

var lpUASbuttonType = "top_right"; 
var lpUASwebsite="Marketing";

/* 
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";

/*
END configuration Script
*/
