function go()
{
box = document.forms[2].Course;
destination = box.options[box.selectedIndex].value;
if (destination) location.href = destination;
}


