function displayDisclaimer(brandCode,countryCode)
{
	if (countryCode == 'SA')
	{
		var disclaimerText="<br><br>*This is an Internet Suggested Price.<br>Please contact your nearest Retailer for the best price.<br><a href=# onClick=";
		if (brandCode == '001')
		{
			disclaimerText+="window.open('/content_data/LAAM/SA/en/GBPSA/chevrolet/models/price_disclaimer.htm','Disclaimer','width=595,height=290')>";
		}
		if (brandCode == '006')
		{
			disclaimerText+="window.open('/content_data/LAAM/SA/en/GBPSA/cadillac/models/disclaimer/disclaimer_main_one.htm','Disclaimer','width=400,height=250')>";
		}
		if (brandCode == '012')
		{
			disclaimerText+="window.open('/content_data/LAAM/SA/en/GBPSA/GMC/models/price_disclaimer.htm','Disclaimer','width=576,height=230')>";
		}
		if (brandCode == '015')
		{
			disclaimerText+="window.open('/content_data/LAAM/SA/en/GBPSA/saab/main/docs/saab/price_disclaimer.htm','Disclaimer','width=595,height=250') >";
		}
		if (brandCode == '019')
		{
			disclaimerText+="window.open('/content_data/LAAM/SA/en/GBPSA/opel/BRANDSITE/price_disclaimer.htm','Disclaimer','width=400,height=185')>";
		}
		disclaimerText+="Please read Price Disclaimer here</a>";
		document.write(disclaimerText);
	}
}

function generalDisclaimer()//for advisor
{
	document.write("<a href=# onClick=window.open('/content_data/LAAM/BV/en/GBPBV/general_disclaimer/general_disc.htm','','width=640,height=400');>General Disclaimer</a>");
}
function displayBrandDescription(modelCode)
{
 if (modelCode == '1A')
 {
	document.write('Chevrolet Astro');
	return;
 }
 if (modelCode == '1B')
 {
	document.write('Chevrolet Barina');
	return;
 }
 if (modelCode == '1C')
 {
	document.write('Chevrolet Caprice');
	return;
 }
 if (modelCode == '1L')
 {
	document.write('Chevrolet Lumina');
	return;
 }
 if (modelCode == '1M')
 {
	document.write('Chevrolet Malibu');
	return;
 }
 if (modelCode == '1R')
 {
	document.write('Chevrolet Cavalier');
	return;
 }
 if (modelCode == '1U')
 {
	document.write('Chevrolet Suburban');
	return;
 }
 if (modelCode == '1V')
 {
	document.write('Chevrolet Venture');
	return;
 }
 if (modelCode == '1Y')
 {
	document.write('Chevrolet Corvette');
	return;
 }
 if (modelCode == '1Z')
 {
	document.write('Chevrolet Trailblazer');
	return;
 }
 if (modelCode == '4E')
 {
	document.write('GMC Envoy');
	return;
 }
 if (modelCode == '4S')
 {
	document.write('GMC Safari');
	return;
 }
 if (modelCode == '4U')
 {
	document.write('GMC Suburban');
	return;
 }
 if (modelCode == '4Y')
 {
	document.write('GMC Yukon');
	return;
 }
 if (modelCode == 'OA')
 {
	document.write('Opel Astra');
	return;
 }
 if (modelCode == 'OB')
 {
	document.write('Opel Astra Coupe');
	return;
 }
 if (modelCode == 'OC')
 {
	document.write('Opel Corsa');
	return;
 }
 if (modelCode == 'OM')
 {
	document.write('Opel Combo');
	return;
 }
 if (modelCode == 'OO')
 {
	document.write('Opel Omega');
	return;
 }
 if (modelCode == 'OV')
 {
	document.write('Opel Vectra');
	return;
 }
 if (modelCode == 'OZ')
 {
	document.write('Opel Zafira');
	return;
 }
 if (modelCode == '6C')
 {
	document.write('Cadillac CTS');
	return;
 }
 if (modelCode == '6D')
 {
	document.write('Cadillac Deville');
	return;
 }
 if (modelCode == '6E')
 {
	document.write('Cadillac Escalade');
	return;
 }

}