function goMenu(t) {
	document.location.href = 'index.php?id=' + t.options[t.selectedIndex].value;
}
