// This is the table of contents. A list of html files that you wish to show as
// a slide, in the order specified in this array.
var toc = new Array(
    'title.html', // 0
    'outlook.html',
    'strength.html',
    'weakness.html',
    'whattodo.html',
    'build.html',
    'minimo.html',
    'address.html',
    'svg.html',
    'langs.html',
    'eclipse.html',
    'native.html',
    'devmo.html',
    'enduser.html',
    'moz2.html',
    'summary.html',
    'summary2.html',
    'credits.html',
    'qanda.html'
);

// directory that contains the mozpoint lib. defaults to .
var libLocation = "./"

// resize the window to a good viewable size
var resizeOnLoad = true;

// using these hints...
var size = 1; // 0 = 800x600, 1 = 1024x768, ...

// ----- FUTURE preferences- Not yet implemented. -----

// directory that contains images for backdrops, effects, etc. defaults to
// libLocation
var imgLocation = "./";

// Automatically advance after each slide (timeout specified in the slide file)
var autoAdvance = 0;

// Select from a standard list of themes
var theme = 0;
