// localTalkNowURL is the relative URL to the talknow resources on the customer webserver
var localTalkNowURL = 'kontrollit/TalkNowActive';

// This is the search pattern to target specific users in a domain that have a group attribute of 'LekaneWeb'
//for static talknow - not used in active
//var talkNowSearchPattern = 'ua.domain=DemoAuto Oy,ua.group=Vaihtoautot'; 

// This is the deploymentId unique identifier
var talkNowDeploymentId = 'Toyota';

// Entity identifier (pro-active entity identifier)
// Demokäyttöön testillä voi käyttää entityid:nä 'demoauto'
var talkNowEntityId = 'tsushoKaivoksela';

// Default language for TalkNow fragments
var talkNowLang = 'en';

//This is the data that is sent over as part of the call request
var talkNowData = new Array();
talkNowData[0] = new Array();
talkNowData[1] = new Array();
var talkNowMetadata = new Array();
talkNowMetadata[0] = new Array( 'MdRequestType' );
talkNowMetadata[1] = new Array('TalkNowActive');

// Array contains text for every template, 0-indexing
var alueAlaVasenTeksti = new Array('', 'Hei! Haluatko tarjouksen tai lisä&auml;ietoja?', 'Hei! Haluatko tarjouksen tai lis&auml;tietoja?');
var dropDownVisible = false; 
