<?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',
    'jsf-uvod.html',
    'web.html',
    'ukazka.html',
    'ukazka2.html',
    'mvc.html',
    'model.html',
    'view-template.html',
    'view.html',
    'model-binding.html',
    'controller.html',
    'controller-binding.html',
    'controller-navigace.html',
    'jsf-podrobneji.html',
    'komponenty.html',
    'el.html',
    'binding.html',
    'scope.html',
    'action.html',
    'navigace.html',
    'validace.html',
    'validace2.html',
    'validace-hibernate.html',
    'conversion.html',
    'messages.html',
    'phases.html',
    'forEachRepeat.html',
    'ajax.html',
    'problemy.html',
    'seam.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;
		
