// JavaScript Document

var disArray 	= new Array();

disArray['exDriver'] 		= { 
	'disTitleYes':'<h3><img src="/images/checkbox_checked.gif">Commercial Driver\'s License (CDL) Discount</h3>',
	'disTitleNo':'<h3><img src="/images/checkbox_unchecked.gif">Commercial Driver\'s License (CDL) Discount</h3>',
	'disCopyYes':'<p>Commercial truck insurance and tow truck insurance customers who have a Commercial Driver\'s License (CDL) can save up to 10 percent.</p>',
	'disCopyNo':'<p>Commercial truck insurance and tow truck insurance customers who have a Commercial Driver\'s License (CDL) can save up to 10 percent.</p>'
}

disArray['exBusiness'] 	= {
	'disTitleYes':'<h3><img src="/images/checkbox_checked.gif">Business Experience Discount</h3>',
	'disTitleNo':'<h3><img src="/images/checkbox_unchecked.gif">Business Experience Discount</h3>',
	'disCopyYes':'<p>Business auto insurance, commercial truck insurance, and tow truck insurance customers who have been in business for more than three years are eligible for a discount of up to five percent.</p>',
	'disCopyNo':'<p>Only Business Auto insurance, Commercial Truck insurance and Tow Truck insurance customers who have been in business for more than three years are eligible for a Business Experience Discount.</p>'
}

disArray['proofOfPrior'] 	= {
	'disTitleYes':'<h3><img src="/images/checkbox_checked.gif">Prior Insurance Savings</h3>',
	'disTitleNo':'<h3><img src="/images/checkbox_unchecked.gif">Prior Insurance Savings</h3>',
	'disCopyYes':'<p>If you\'ve maintained continuous insurance coverage for the  last 12 months, you could be eligible for additional savings.</p>',
	'disCopyNo':'<p>Proof of continuous insurance coverage can save you money when shopping for a policy.</p>'
}

disArray['packageDis'] 	= {
	'disTitleYes':'<h3><img src="/images/checkbox_checked.gif">Package Discount</h3>',
	'disTitleNo':'<h3><img src="/images/checkbox_unchecked.gif">Package Discount</h3>',
	'disCopyYes':'<p>Business Auto customers with an in-force General Liability or Business Owner&#39;s Policy are eligible for a 15 percent discount.</p>',
	'disCopyNo':'<p>Business Auto customers with an in-force General Liability or Business Owner&#39;s Policy are eligible for a 15 percent discount.</p>'
}

disArray['multiPol'] 			= {
	'disTitleYes':'<h3><img src="/images/checkbox_checked.gif">Multi-Policy Discount</h3>',
	'disTitleNo':'<h3><img src="/images/checkbox_unchecked.gif">Multi-Policy Discount</h3>',
	'disCopyYes':'<p>You might be eligible to receive a multi&#45;policy discount on your personal auto insurance.</p>',
	'disCopyNo':'<p>If you insure your personal and commercial autos with Progressive, you&#39;ll be eligible to receive a multi&#45;policy discount on your personal auto insurance.</p>'
}

disArray['paidInFull'] 		= {
	'disTitleYes':'<h3><img src="/images/checkbox_checked.gif">Paid In Full Discount</h3>',
	'disTitleNo':'<h3><img src="/images/checkbox_unchecked.gif">Paid In Full Discount</h3>',
	'disCopyYes':'<p>You could save up to 10 percent with a Paid In Full Discount.</p>',
	'disCopyNo':'<p>You could save up to 10 percent if you decide to pay your policy all at once.</p>'
}