﻿// NAVIGATION SELECTION
if (window.location.href.toLowerCase().indexOf('/EN-US/WhatIsCNG/'.toLowerCase())!=-1) {
	document.getElementById('What').className='active';
} else if (window.location.href.toLowerCase().indexOf('/EN-US/WhyCNGNow/'.toLowerCase())!=-1) {
	document.getElementById('Why').className='active';
} else if (window.location.href.toLowerCase().indexOf('/EN-US/Vehicles/'.toLowerCase())!=-1) {
	document.getElementById('Vehicles').className='active';
} else if (window.location.href.toLowerCase().indexOf('/EN-US/Action/'.toLowerCase())!=-1) {
	document.getElementById('Action').className='active';
} else if (window.location.href.toLowerCase().indexOf('/EN-US/Media/'.toLowerCase())!=-1) {
	document.getElementById('Media').className='active';
} else if (window.location.href.toLowerCase().indexOf('/EN-US/NewsAndEvents/'.toLowerCase())!=-1) {
	document.getElementById('News').className='active';
} else if (window.location.href.toLowerCase().indexOf('/EN-US/AmericaOnCNG/'.toLowerCase())!=-1) {
	document.getElementById('America').className='active';
}
		
if (window.location.href.toLowerCase().indexOf('SearchCenter/Pages/Advanced.aspx'.toLowerCase())!=-1) {
	document.getElementById('SearchBottomCell').className+=' advsearch';
}
