var offersInfo = new Array();

offersInfo["tagBra"] = {
		"imageSrc" : "/_res/offers_cs/images/03-CertServ_Offers_brake_pad.png",
		"height" : 415,
		"width" : 770,
		"showScrollBars" : 0,
		"disclaimers" : [
				{
					"symbol" : "*",
					"text" : "Turning or replacing rotors, all other services, and tax extra. Excludes Corvette and other select vehicles. Retail customers only. See participating dealer for eligible vehicles, details, and rebate form, which must be postmarked by 4/30/12. Rebate form and details also available at mycertifiedservicerebates.com. Allow 6 to 8 weeks for delivery of debit card. Offer ends 3/31/12."
				}, {
					"symbol" : "",
					"text" : ""
				} ]
	};
offersInfo["tagOil"] = {
		"imageSrc" : "/_res/offers_cs/images/01-CertServ_Offers_oil.png",
		"height" : 415,
		"width" : 770,
		"showScrollBars" : 0,
		"disclaimers" : [
				{
					"symbol" : "",
					"text" : "** More than six quarts of oil, balancing tires, and tax extra. Includes oil specified by the vehicle Owner's Manual, including dexos&#8482;1 synthetic blend for 2011 and newer vehicles. See participating dealer for eligible vehicles, details, and rebate form, which must be postmarked by 4/30/12. Rebate form and details also available at mycertifiedservicerebates.com. Allow 6 to 8 weeks for delivery of debit card. Offer ends 3/31/12.</p> "
				},         
				{
					"symbol" : "&bull;",
					"text" : "Check tire inflation pressures and adjust as necessary."
				}, {
					"symbol" : "&bull;",
					"text" : "Inspect tires for damage or excess wear."
				}, {
					"symbol" : "&bull;",
					"text" : "Rotate tires and torque wheel nuts as recommended."
				}, {
					"symbol" : "&bull;",
					"text" : "27-Point Vehicle Inspection, including: Check fluid levels, check steering, suspension, wiper blades, exhaust, brakes, belts, and hoses."
				}]
	};
	
offersInfo["tagTir"] = {
		"imageSrc" : "/_res/offers_cs/images/04-CertServ_Offers_tires.png",
		"height" : 415,
		"width" : 770,
		"showScrollBars" : 0,
		"disclaimers" : [
		       {
					"symbol" : "&Dagger;",
					"text" : "Local competitor's ad/written estimate or Internet quote, including freight charges, for identical tire(s) required during guarantee period for price match. Offer valid at participating dealers through 12/31/12."
				} ]
};


offersInfo["tagTirReb"] = {
		"imageSrc" : "/_res/offers_cs/images/02-CertServ_Offers.png",
		"height" : 415,
		"width" : 770,
		"showScrollBars" : 0,
		"disclaimers" : [
		       {
					"symbol" : "&#8224",
					"text" : "See participating dealer for details and rebate form, which must be postmarked by 10/31/11. Rebate form and official rules also available at mycertifiedservicerebates.com. Allow 6 to 8 weeks for delivery of debit card. Offer ends 09/30/11."
				} ]
};


offersInfo["tagTrans"] = {
		 "imageSrc" : "/_res/offers_cs/images/05-CertServ_Offers_transmission.png",
		 "height" : 415,
		 "width" : 770,
		 "showScrollBars" : 0,
		 "disclaimers" : [
		   {
		    "symbol" : "&#8225&#8225",
		    "text" : "Rebate offer valid on a customer-paid, dealer-installed Genuine GM Parts Transmission on an eligible 2006 or older GM passenger car or light-duty truck by 12/31/12. See dealer for details and rebate form, which must be postmarked by 1/31/13. Rebate form and details also available at mycertifiedservicerebates.com. Allow 6 to 8 weeks for delivery of debit card. "
		   } ]
		};


function printoffer(offerID) {
	document.getElementById("offerImage").src = offersInfo[offerID].imageSrc;
	
	var disclaimersHTML = "";
	var z = 0;
	if (offersInfo[offerID].disclaimers != null && offersInfo[offerID].disclaimers.length > 0) {
		for(i = 0; i < offersInfo[offerID].disclaimers.length; i++) {
			z = ++z ;
			disclaimersHTML += "<div class=disclaimerContainer"+ offerID+"_"+z+"><p><sup>" + offersInfo[offerID].disclaimers[i].symbol + "</sup></p>";
			disclaimersHTML += "<div class=disclaimerContainer_2_"+z+">"+ offersInfo[offerID].disclaimers[i].text + "</div></div>";
		}
		document.getElementById("disclaimerContainer").innerHTML = disclaimersHTML;
	}

	triggerSpotLight();
	
	window.print();
}

function printAllOffer() {
	printoffer("tagOil");
	printoffer("tagBra");
	printoffer("tagTir");
	printoffer("tagTrans");	
}


function triggerSpotLight() {
	var axel = Math.random() + "";
	var a = axel * 10000000000000;
	document.getElementById("print_button_iframe").src = "";
	document.getElementById("print_button_iframe").src = "http://fls.doubleclick.net/activityi;src=2047248;type=soffe032;cat=gmgoo084;ord="
			+ a + "?";
}
