function gotoyear(form) {
	var myindex=form.years.selectedIndex;
  top.location.href=form.years.options[myindex].value;}


