	function relocate(me)
	{
	  document.location.href = me.options[me.selectedIndex].value;
	}