

if (typeof(lpUASunit)=="undefined")
	var lpUASunit = "smb-sales";

var lpUASimagesPath = "http://www.cisco.com/cdc_content_elements/js/net_sol/smb/live_chat/chat_deployment_local-cisco/images";


//Optional Variables
if (typeof(lpUASlanguage)=="undefined")
	var lpUASlanguage = "english"; // Define the language, default value is english
/*
if (typeof(lpUASimagesFolder)=="undefined")
	var lpUASimagesFolder = "<Images Folder>"; // Define images folder, default value is lpUASunit-lpUASlanguage
var lpUASbuttonType = "<Button Type>"; // Define button type, ex: top_right or left_nav
*/

// Define the invitation position from the left and top of the browser window
if (typeof(lpUASinvitePositionX)=="undefined")
	var lpUASinvitePositionX = 50;
if (typeof(lpUASinvitePositionY)=="undefined")
	var lpUASinvitePositionY = 50;

// Define the button and invitation ALT properties
var lpUASbuttonTitle = "Live Chat";
var lpCustomInvitationTitle="Invitation popup window for live chat with a representative";
var lpCustomInvitationCloseTitle="Close chat invitation";

var lpUAScontext = document.title;

/* 
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>";

