/*
BEGIN configuration Script
*/

lpUASimagesPath = "http://www.hp.com/sbso/chat/chat_deployment_local-smb-marketing/images";
var lpUASbuttonQualifier = "marketing";

if (typeof(lpUASlanguage)=="undefined") lpUASlanguage = "english";
if (typeof(lpUASunit)=="undefined") lpUASunit = "((shared))us-smb-ipg";

if (typeof(lpUASinvitePositionX)=="undefined") lpUASinvitePositionX = 5;
if (typeof(lpUASinvitePositionY)=="undefined") lpUASinvitePositionY = 5;

if (typeof(lpUASwebsite)=="undefined") lpUASwebsite="Marketing";

if (typeof(lpUAScontext)=="undefined") lpUAScontext = document.title;

/* 
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>";

/*
END configuration Script
*/
