/******************************************************************************
 **                     LP CONFIGURATION v4.1.r100606                        **
 **       Standard Version.  ©2010 Mediagistic.  All rights reserved.        **
 **                   http://www.mediagisticpageone.com                      **
 *****************************************************************************/

formExtEmail = "contacts*roscoebrown.com"; //supports multiple addresses - separate with semicolon (;) with NO SPACES!
formIntEmail = "semannualplans*mediagisticleads.com"; //supports multiple addresses - separate with comma (,) and NO SPACES!
formLeadCampaign = "29";
formAcctNumber = "140376";
GoogleAnalyticsUA = "UA-6058692-68";

function MG_FormOptions() {
	this.isScheduler = false; // true opens scheduler section upon loading. false is default.
	this.showDate = true;
	this.showTime = true;
	this.showSaturday = true;
	this.showSunday = true;
	this.richAlerts = true;
}

// only modify these if we have conversion codes
function MG_ConversionData(){
	this.useCD = false;							// <- change to true if using WV conversion codes
	this.gID = 0000000000;						// <- should be a 10-digit INTEGER
	this.gLabel = "00000000000000000";			// <- format as STRING
	this.gValue = 0;							// <- will likely always be 0
	this.yID = "000000000000000000000000000";	// <- format as STRING
	this.mID = 587765;							// <- do not change
	this.mCP = 5050;							// <- do not change
	this.mParams = "dedup=1";					// <- do not change
}

function MG_RelevantCopy(){
	this.content = new Array;		
	this.content[0]  = 'emergencyservice'; // if none, wipe out all other indices and set [0] as 'nothing'
	this.content[1]  = 'acunits';
	this.content[2]  = 'boilers';
	this.content[3]  = 'ductandventcleaning';
	this.content[4]  = 'ducttesting';
	this.content[5]  = 'furnaces';
	this.content[6]  = 'generators';
	this.content[7]  = 'geothermal';
	this.content[8]  = 'heatpumps';
	this.content[9]  = 'humidifiers';
	this.content[10] = 'iaq';
	this.content[11] = 'partsandreplacement';
	this.content[12] = 'preventativemaintenance';
	this.content[13] = 'retrofitting';
	this.content[14] = 'serviceplans';
	this.content[15] = 'humidifiers';
	this.content[16] = 'splitunits';
	this.content[17] = 'thermostats';
}


