
function selectDepartment()
{
	var box = document.forms[0].n0-Select-Department;
	destination = box.options[box.selectedIndex].value;
	if (destination) location.href = destination;
}