
function select(city) {
	location.href="fachanwalt.php?state=list&city="+city;
}

