function switcher(){
	var URL = document.navigation_form.navigation_drop.options
	[document.navigation_form.navigation_drop.selectedIndex].value;
	window.location.href = URL;
}