function GetDealerByState(USState)
{
	document.getElementById("dealerlocator").visible="true";
	document.getElementById("iDealers").src= "http://www.voxamplification.us/service/dealers/GetDealerByStateProductId.asp?state=" + USState + "&prod=VGSCBK&fontcolor=Black&height=300";
	//document.getElementById("dealerlocatorstate").innerHTML="<span class='red'>RESULTS</span> for <span class='red'>" +  document.getElementById("state").options(document.getElementById("state").selectedIndex).text.toUpperCase() + "</span>";
}
