/**
* ClientStep configuration variables
**/
var CSenable	=	true;				// Set to false to disable tracking and survey
var CSsu	=	false;				// Enable Instant Survey. Default is false
var CSsid	=	"011I6";			// Account id for Instant Survey data
var CSdebug	=	false;				// Default false. Set to true to enable various alerts. Debugging service!
/**
* Specials configuration variables
**/
var CSid = "011I6";	// ClientStep account id
var CSel = true;	// Boolean switch to turn off/on [true|false] tracking of Exit Links
var CSdl = true;	// Boolean switch to turn off/on [true|false] tracking of File Downloads
var CSlt = false;	// Boolean switch to turn off/on [true|false] using the link text instead of the filename as tracking title
var CSse = true;					// Boolean switch to turn off/on (false/true) tracking of Search Words
var CSsf = 'searchfor';       // Specify input name within the search form
var CSfm = true;                    // initialize switch for tracking events within forms
var CSfp = '*';						// initialize list of page titles on which forms shall be tracked (* = all pages)


