//---------------------------------------------------------------------------------------------------------
// 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=\"../static/images/slides/Slide01.jpg\" width=720 height=540>";

slsContents[1] = "<img src=\"../static/images/slides/Slide02.jpg\" width=720 height=540>";

slsContents[2] = "<img src=\"../static/images/slides/Slide03.jpg\" width=720 height=540>";

slsContents[3] = "<img src=\"../static/images/slides/Slide04.jpg\" width=720 height=540>";

slsContents[4] = "<img src=\"../static/images/slides/Slide05.jpg\" width=720 height=540>";

slsContents[5] = "<img src=\"../static/images/slides/Slide06.jpg\" width=720 height=540>";

slsContents[6] = "<img src=\"../static/images/slides/Slide07.jpg\" width=720 height=540>";

slsContents[7] = "<img src=\"../static/images/slides/Slide08.jpg\" width=720 height=540>";

slsContents[8] = "<img src=\"../static/images/slides/Slide09.jpg\" width=720 height=540>";

slsContents[9] = "<img src=\"../static/images/slides/Slide10.jpg\" width=720 height=540>";

slsContents[10] = "<img src=\"../static/images/slides/Slide11.jpg\" width=720 height=540>";

slsContents[11] = "<img src=\"../static/images/slides/Slide12.jpg\" width=720 height=540>";

slsContents[12] = "<img src=\"../static/images/slides/Slide13.jpg\" width=720 height=540>";

slsContents[13] = "<img src=\"../static/images/slides/Slide14.jpg\" width=720 height=540>";

slsContents[14] = "<img src=\"../static/images/slides/Slide15.jpg\" width=720 height=540>";

slsContents[15] = "<img src=\"../static/images/slides/Slide16.jpg\" width=720 height=540>";

slsContents[16] = "<img src=\"../static/images/slides/Slide17.jpg\" width=720 height=540>";

slsContents[17] = "<img src=\"../static/images/slides/Slide18.jpg\" width=720 height=540>";
