// include( 'support.js' );

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

var site_name = "Jonathan R. Senning";

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

var i = 0;
info = new Array()

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

schedule_index = i;
info[i++] = new info_entry( "Teaching Schedule", "Teaching Schedule", "schedule.html" );

research_index = i;
info[i++] = new info_entry( "Professional Activity", "Professional Activity", "research/index.html" );

software_index = i;
info[i++] = new info_entry( "Software Projects", "Software Projects", "software/index.html" );

courses_index = i;
info[i++] = new info_entry( "Courses Taught", "Courses Taught", "courses.html" );

education_index = i;
info[i++] = new info_entry( "Education", "Education", "education.html" );

links_index = i;
info[i++] = new info_entry( "Other Links", "Other Links", "links.html" );

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