function goThere()
{
	var subjectList = document.forms[0].subjectList
	var i           = subjectList.selectedIndex

	parent.location = subjectList.options[i].value
}
