

function goToURL(){window.location = "carsearch.cfm?years=&makes=&models=&yearsto=&showall=&go";return false;}


function goToURL2(){window.location = "carsearch.cfm";return false;}

	
//this is used for the location selection box

function go1X(){
if (document.selecter1X.makes.options[document.selecter1X.makes.selectedIndex].value != "none") {
location = document.selecter1X.makes.options[document.selecter1X.makes.selectedIndex].value
		}
	}

