function show_course(name) {
	$("#" + name).toggle("blind", "slow");
}

