<!--
function showResults() {
	window.location.href = 'index.php?WeekID='+document.forms['myform2'].WeekID.options[document.forms['myform2'].WeekID.selectedIndex].value;
}
//-->



