//---------------------------------------------------------------------------------------------------------
// 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] = document.getElementById('boxcontent0').innerHTML;

slsContents[1] = document.getElementById('boxcontent1').innerHTML;

slsContents[2] = document.getElementById('boxcontent2').innerHTML;

slsContents[3] = document.getElementById('boxcontent3').innerHTML;

slsContents[4] = document.getElementById('boxcontent4').innerHTML;

slsContents[5] = document.getElementById('boxcontent5').innerHTML;

slsContents[6] = document.getElementById('boxcontent6').innerHTML;