function supplementDisclaimer( sModel ) {
	
    var pricingdetailsArr = new Array();
	pricingdetailsArr['gcp' ] = "Prices shown are for G35 Coupe and G35 Coupe 6MT.";
	pricingdetailsArr['g35' ] = "Prices shown are for G35, G35x AWD, and G35 Sedan 6MT.";
	pricingdetailsArr['m45' ] = "Prices shown are for M35, M35x AWD, M35 Sport, M45, and M45 Sport.";
	pricingdetailsArr['fx45'] = "Prices shown are for FX35, FX35 AWD, and FX45 AWD.";
	pricingdetailsArr['fx50'] = "Prices shown are for FX35, FX35 AWD, and FX50 AWD.";
	pricingdetailsArr['qx56'] = "Prices shown are for QX56 2WD and QX56 4WD.";	
	pricingdetailsArr['q45' ] = "Price shown is for Q45 Sport.</br></br>";

	var sd = $('supplementalDisclaimer');
	if(sd && ! sd.innerHTML && pricingdetailsArr[sModel]){
		sd.innerHTML = pricingdetailsArr[sModel];
	}
}

function qx56TrimDisclaimer( sModel ) {
	var sd = $('disclaimerDiv');
	
           if(sModel == 'ex35'){
		sd.innerHTML = sd.innerHTML+'<br><br>[1] Availability of specific features is dependent upon the phone’s Bluetooth® support. Please refer to your phone owner’s manual for details. Mobile phone not included. The Bluetooth word mark and logos are owned by Bluetooth SIG, Inc., and any use of such marks by Infiniti is under license.';
	}


	if(sModel == 'qx56'){
		sd.innerHTML = sd.innerHTML+'<br><br>[1] Factory-installed option. Never program while driving. GPS mapping may not be detailed in all areas or reflect current road regulations.';
	}

	if(sModel == 'm45'){
		sd.innerHTML = sd.innerHTML+'<br><br>[1] VDC, which should remain on when driving except when freeing the vehicle from mud or snow, cannot prevent accidents due to abrupt steering, carelessness, or dangerous driving techniques. Always drive safely.';
	}
	
	

	if(sModel == 'fx50'){
			sd.innerHTML = sd.innerHTML+'<br><br>[1] The RearView Monitor is a convenience but is not a substitute for proper backing procedures. Always turn and check that it is safe to do so before backing up. The RearView Monitor may not detect every object behind you. <br><br>[2] Availability of specific features is dependent upon the phone’s Bluetooth® support.  Please refer to your phone owner’s manual for details. Mobile phone not included. The Bluetooth word mark and logos are owned by Bluetooth SIG, Inc., and any use of such marks by Infiniti is under license.<br><br> [3]  Required XM radio, XM NavTraffic and XM NavWeather subscriptions sold separately. Installation costs, one-time activation fee, other fees and taxes apply. XM NavTraffic available in select markets. XM Radio U.S. service only available in the 48 contiguous United States and the District of Columbia. Service available in Canada; see www.xmradio.ca.  Fees and programming subject to change. Subscription governed by XM Customer Agreement at xmradio.com/service terms. © 2009 SIRIUS XM Radio Inc.  SIRIUS, XM and all related marks and logos are trademarks of SIRIUS XM Radio Inc. and its subsidiaries.<br><br>[4] The available Around View™ Monitor is a parking aid and cannot completely eliminate blind spots or warn of moving objects. Always check your surroundings before moving the vehicle.<br><br>  ';
	}
}

function fx50ColorDisclaimer( sModel ) {
	var sd = $('disclaimerDiv');
	
	if(sModel == 'fx50'){
			sd.innerHTML = sd.innerHTML+'<br><br>**For FX35 RWD and FX35 AWD, Java Leather requires Premium Package, Maple Wood requires Premium and Deluxe Touring Packages and Mojave Copper with Graphite Interior requires Premium Package. By selecting these interior colors and trim, packages will automatically be selected in your build.<br><br>  ';
	}
	
	if(sModel == 'gcp'){
			sd.innerHTML = sd.innerHTML+'<br><br>**Wheat interior not available with Sport model or Sport package.<br><br>  ';
	}
	if(sModel == 'm45'){
				sd.innerHTML = sd.innerHTML+'<br><br>** Aluminum trim requires Sport Package. By selecting interior colors with aluminum trim, Sport Package will automatically be selected in your build.<br><br>  ';
	}
}

function modelSummaryDisclaimer( sModel ) {
	var sd = $('disclaimerDiv');
	
	
	if(sModel == 'm45'){
		sd.innerHTML = sd.innerHTML+'<br><br>[1] VDC, which should remain on when driving except when freeing the vehicle from mud or snow, cannot prevent accidents due to abrupt steering, carelessness, or dangerous driving techniques. Always drive safely.';
	}
	
	
}