var CSenable = true; 				//Enable or disable all ClientStep tracking.
var CSsu = false; 				//Enable ClientStep Instant Surveys. If set to true, Instant Survey
var CSid = '011E3';				//Specify the 5-character ClientStep Customer ID
var CSsid = '011E4';			//Instant Survey Customer ID. If not specified, it will default to the value specified in CSid
var CSse = true;				//Track an internal search field. 
var CSsf = 'searchString'; 				//Name of the search input attribute to be tracked.

var CSdl = true; 				//Track file download (zip, pdf, txt, exe, doc, xls, ppt, rar, pps, tar, gz, dwg, eps, dxf or rtf)
var CSlt = false; 				//Track link text as download field description - true: track link text, - false: track path + filename.

var CSel = true; 				//Track exit links 
var CSlo = true; 				//Track a log-in field. 
var CSlf  = 'LoginUserName'; 				//Name of the log-in input attribute to be tracked.
