	function reload(form)
	{
		var val = form.tour_to_view.options[form.tour_to_view.options.selectedIndex].value;
		self.location = "?tour=" + val;
	}
