function ChangeLocality()
{
	var idx = selectName.selectedIndex;
	var value = selectName.options[idx].value;
	document.location.href = value;
}