<?xml version="1.0" encoding="utf-8"?>
		// 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(
    'index.html',
    'obsah.html',
    'co-to-je.html',
    'historie.html',
    'integrace.html',
    'ukazka.html',
    'ukazka2.html',
    'mvc.html',
    'ex-model.html',
    'ex-view-template.html',
    'ex-controller.html',
    'ex-view.html',
    'ex-controller-navigace.html',
    'zaklady.html',
    'komponenta.html',
    'dependency.html',
    'dependency2.html',
    'dependency-factory.html',
    'context.html',
    'konverzace.html',
    'persistence.html',
    'model.html',
    'model-akce.html',
    'el.html',
    'jsf-fixer.html',
    'komponenty.html',
    'rest-url.html',
    'validace.html',
    'exception.html',
    'security.html',
    'security-2.html',
    'framework.html',
    'seam-gen.html',
    'dalsi.html',
    'zkusenosti.html',
    'zkusenosti-staticky-web.html',
    'zkusenosti-legacy-aplikace.html',
    'zkusenosti-intranet.html',
    'zkusenosti-internet.html',
    'zkusenosti-zaver.html',
    'jak-zacit.html',
    'budoucnost.html',
    'zaver.html'
);

// directory that contains the mozpoint lib. defaults to .
var libLocation = "./"

// resize the window to a good viewable size
var resizeOnLoad = false;

// 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;
		
