<!-- Hide script from older browsers
	function submitIt(carForm) {

		colorChoice = carForm.eop_color.selectedIndex
		if (carForm.eop_color.options[colorChoice].value == "Color") {
		alert("Please select a color")
		return false
	}
	
	return true
	}

// End hiding script -->