function DropChange(nav_form)
{
	window.location.href = document.nav_form.site.options[document.nav_form.site.selectedIndex].value;
}
