/*
settings.js
This is the configuration file for the toolbar.
*/

// if true, the "JUMP TO MODULE:" selection box will appear in the toolbar
// if false, it will not appear
var moduleMenuEnabled = true;

// set this variable to the home page for your web site, so students can link to it
// using the "Site Home" icon
var siteHomePage = "http://courses.cs.vt.edu/~csonline/index.html";

// set this variable to the base directory in which you are storing the modules on the
// server.  Don't forget the trailing '/'.
var siteBaseDirectory = "http://courses.cs.vt.edu/~csonline/";