function jumpTo(aSeries, aRef, aReload){
	top.frames['frmCenter'].location.href="courses.asp?series=" + aSeries
	try{
		top.frames['frmTop'].ClearSeries();
	}
	catch(e){
		// Do nothin'
	}
/*	top.frames['frmCenter'].frames['frmSubMain'].location.href="courses.asp?series=" + aSeries */
}


