// 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', // 0
    'obsah.html',
    'jak-kompilujeme-v-jave.html',
	'jak-kompilovat-v-cmdline.html',
    'kompilace.html',
	'jak-kompilovat-v-ant.html',
	'jak-kompilovat-v-ant-2.html',
	'jak-kompilovat-v-maven.html',
	'jak-kompilovat-v-maven-2.html',
    'maven-vs-ant.html',
    'pom.xml.html',
    'zvyklosti.html',
	'zvyklosti-2.html',
    'zavislosti.html',
	'zavislosti-2.html',
    'sun-knihovny.html',
    'faze-pri-prekladu.html',
    'vychozi-akce.html',
    'struktura-vetsich-projektu.html',
    'multiproject.html',
	'super-pom.xml.html',
	'multiproject-pom.html',
    'lokalni-cache.html',
    'pluginy.html',
    'stranka-projektu.html',
	'stranka-projektu-2.html',
	'stranka-projektu-3.html',
	'stranka-projektu-4.html',
    'plugin-antrun.html',
    'plugin-compiler.html',
    'plugin-jetty.html',
    'integrace-s-ide.html',
    'prakticka-ukazka.html',
    'vyvojova-infrastruktura.html',    
    'nevyhody.html',
    'budoucnost.html',
    'zaver.html'
);


var author = "Petr Ferschmann; e-mail: pferschmann@softeu.com";
var copyright = "Copyright (c) 2006 Petr Ferschmann, SoftEU";
var title="Maven 2";


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

