function goSelectionAwards() {        indexno = document.launchForm.awardsOptions.selectedIndex;        changeto = document.launchForm.awardsOptions.options[indexno].value+".html";	if (changeto != "goNowhere.html"){        	window.top.location = changeto;	}}

function goSelectionWinners() {        indexno = document.launchForm.winnersOptions.selectedIndex;        changeto = document.launchForm.winnersOptions.options[indexno].value+".html";	if (changeto != "goNowhere.html"){        	window.top.location = changeto;	}}