function setCounty ( form ) {

	var countyid = form.countyid.value;
	form.act.value = "alegejudet";
	return true;
}
