
function dept_onchange(form)
{
	form.MODE.value = "COUNTRY"; // refresh only
	form.submit();
}