/*------ Map Studio 2009 - Greg Young, greg@lovelljohns.com -----------------------*/
/*------ Street Finder stand-alone js*/

function setSearchType(theType){
	var searchType = theType
	var theSpan = document.getElementById("searchType")
	
	theSpan.innerHTML = searchType
	
	document.getElementById("dictionary").style.display = 'none';
	
}