// include( 'support.js' );

/*---------------------------------------------------------------------------*/

var course_number = "MAT225";
var course_name   = "Differential Equations";
var course_term   = "Spring 2009";

/*---------------------------------------------------------------------------*/

var i = 0;
info = new Array()
home_index = i;
info[i++] = new info_entry( course_name, "Home", "index.html" );

syllabus_index = i;
info[i++] = new info_entry( "Syllabus", "Syllabus", "syllabus/index.html" );

homework_index = i;
info[i++] = new info_entry( "Homework Assignments", "Homework", "homework/index.html" );

projects_index = i;
info[i++] = new info_entry( "Team Projects", "Projects", "projects/index.html" );

notes_index = i;
info[i++] = new info_entry( "Lecture Notes", "Lecture Notes", "notes/index.html" );

/*---------------------------------------------------------------------------*/
