// JavaScript Document
function mm_showhidelayers(Lname,status) { //v6.0
	//alert(status);
	var layer,stat;
	layer=Lname;
	stat=status;
	/*
	for (i=1;i<3; i++) 
	{	  			  	
		document.getElementById("menu"+i).style.position = "absolute";
		document.getElementById("menu"+i).style.visibility = "hidden";
	}
	*/
	document.getElementById(layer).style.visibility = "visible";
	document.getElementById(layer).style.position = "relative";
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
 // dealer .asp
function showBlank()
{
}
function StateChange()
{
	document.location.href="Dealers.asp?S="+cmbState.options(cmbState.selectedIndex).value+"&C=ALL"
}
function CityChange()
{
	document.location.href="Dealers.asp?S="+cmbState.options(cmbState.selectedIndex).value+"&C="+cmbCity.options(cmbCity.selectedIndex).value
}

