//---------------------------------------------------------------------------------------------------------
// CONTENTS
//---------------------------------------------------------------------------------------------------------
// Insert your contents here. Example:
//
// slsContents[0] = "This is the first page.";
// slsContents[1] = "This is the second page.";
// slsContents[2] = "Here's an image:<br><img src=\"path/to/image\">";
// ...
//
// - You can use HTML-tags.
// - Escape all quotation marks inside your contents with a backslash (\").
// - Use tables or CSS to set a padding where needed.
//
// Just see what I did below, and you'll get the picture. :-)
//---------------------------------------------------------------------------------------------------------

var slsContents = new Array();

slsContents[0] = "<img src=\"gfx/image00.jpg\" width=\"355\" height=\"263\">";
slsContents[1] = "<img src=\"gfx/image01.jpg\" width=\"355\" height=\"263\">";
slsContents[2] = "<img src=\"gfx/image02.jpg\" width=\"355\" height=\"263\">";
slsContents[3] = "<img src=\"gfx/image03.jpg\" width=\"355\" height=\"263\">";
slsContents[4] = "<img src=\"gfx/image04.jpg\" width=\"355\" height=\"263\">";
slsContents[5] = "<img src=\"gfx/image05.jpg\" width=\"355\" height=\"263\">";
slsContents[6] = "<img src=\"gfx/image06.jpg\" width=\"355\" height=\"263\">";
slsContents[7] = "<img src=\"gfx/image07.jpg\" width=\"355\" height=\"263\">";
slsContents[8] = "<img src=\"gfx/image08.jpg\" width=\"355\" height=\"263\">";
slsContents[9] = "<img src=\"gfx/image09.jpg\" width=\"355\" height=\"263\">";
slsContents[10] = "<img src=\"gfx/image10.jpg\" width=\"355\" height=\"263\">";
slsContents[11] = "<img src=\"gfx/image11.jpg\" width=\"355\" height=\"263\">";
slsContents[12] = "<img src=\"gfx/image12.jpg\" width=\"355\" height=\"263\">";
slsContents[13] = "<img src=\"gfx/image13.jpg\" width=\"355\" height=\"263\">";
slsContents[14] = "<img src=\"gfx/image14.jpg\" width=\"355\" height=\"263\">";

