	function select_year( what ) {
		location.href = "../"+
			what.options[ what.selectedIndex ].value;
	}
