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