//---------------------------------------------------------------------------------------------------------
// 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 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=\"Slide1.JPG\" width=640 height=480>";

slsContents[1] = "<img src=\"Slide2.JPG\" width=640 height=480>";

slsContents[2] = "<img src=\"Slide3.JPG\" width=640 height=480>";

slsContents[3] = "<img src=\"Slide4.JPG\" width=640 height=480>";

slsContents[4] = "<img src=\"Slide5.JPG\" width=640 height=480>";

slsContents[5] = "<img src=\"Slide6.JPG\" width=640 height=480>";

slsContents[6] = "<img src=\"Slide7.JPG\" width=640 height=480>";

slsContents[7] = "<img src=\"Slide8.JPG\" width=640 height=480>";

slsContents[8] = "<img src=\"Slide9.JPG\" width=640 height=480>";

slsContents[9] = "<img src=\"Slide10.JPG\" width=640 height=480>";

slsContents[10] = "<img src=\"Slide11.JPG\" width=640 height=480>";

slsContents[11] = "<img src=\"Slide12.JPG\" width=640 height=480>";

slsContents[12] = "<img src=\"Slide13.JPG\" width=640 height=480>";

slsContents[13] = "<img src=\"Slide14.JPG\" width=640 height=480>";

slsContents[14] = "<img src=\"Slide15.JPG\" width=640 height=480>";

slsContents[15] = "<img src=\"Slide16.JPG\" width=640 height=480>";

slsContents[16] = "<img src=\"Slide17.JPG\" width=640 height=480>";

slsContents[17] = "<img src=\"Slide18.JPG\" width=640 height=480>";

slsContents[18] = "<img src=\"Slide19.JPG\" width=640 height=480>";

slsContents[19] = "<img src=\"Slide20.JPG\" width=640 height=480>";

slsContents[20] = "<img src=\"Slide21.JPG\" width=640 height=480>";

slsContents[21] = "<img src=\"Slide22.JPG\" width=640 height=480>";

slsContents[22] = "<img src=\"Slide23.JPG\" width=640 height=480>";

slsContents[23] = "<img src=\"Slide24.JPG\" width=640 height=480>";

