// JavaScript Document
function jumpto(x)
{
	if(document.course_form.course.value != "null")
	{
		document.location.href = x
	}
}