onload = init;

function init(){

}

function stateFwd()
{
	var stateSelect = document.getElementById("stateSelect");
	var stateURL = stateSelect.options[stateSelect.selectedIndex].value;
	window.parent.location='dealers.php?State='+stateURL;
}
