
function select_url_discipline() 
{
   choice = document.disciplineform.discipline;     
   parent.location.href=choice.options[choice.selectedIndex].value;
}

function select_url_subject() 
{
   choice = document.subjectform.subject;     
   parent.location.href=choice.options[choice.selectedIndex].value;
}
