//---------------------------------------------------------------------------------------------------------
// 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] = "<div style=\"padding:10px\">" +
    //             "<h3>Hi there!</h3>" +
  //               "This is just an example of how you can use the SlideShow script.<br><br>" +
    //             "The following pages contain some pictures. (Who guesses where I took them?)<br><br>" +
    //             "Use the small arrows " +
     //            "<img src=\"previous.gif\" width=\"13\" height=\"10\"> " +
     //            "<img src=\"next.gif\" width=\"13\" height=\"10\"> " +
     //            "below to view the next or previous pages, or click the page numbers at the bottom. " +
     //            "<b>Have fun! ;-)</b>" +
      //           "</div>";

slsContents[6] = "<img src=\"slideshow/image1.jpg\" width=\"190\" height=\"190\">";

slsContents[5] = "<img src=\"slideshow/image2.jpg\" width=\"190\" height=\"190\">";

slsContents[4] = "<img src=\"slideshow/image3.jpg\" width=\"190\" height=\"190\">";

slsContents[3] = "<img src=\"slideshow/image4.jpg\" width=\"190\" height=\"190\">";

slsContents[2] = "<img src=\"slideshow/image5.jpg\" width=\"190\" height=\"190\">";

slsContents[1] = "<img src=\"slideshow/image6.jpg\" width=\"190\" height=\"190\">";

slsContents[0] = "<img src=\"slideshow/image7.jpg\" width=\"190\" height=\"190\">";


