//--------------------------------------------------------------------------------------------------------- // 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:
"; // ... // // - 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] = ""; slsContents[1] = ""; slsContents[2] = ""; slsContents[3] = ""; slsContents[4] = ""; slsContents[5] = ""; slsContents[6] = ""; slsContents[7] = ""; slsContents[8] = ""; slsContents[9] = ""; slsContents[10] = ""; slsContents[11] = ""; slsContents[12] = ""; slsContents[13] = ""; slsContents[14] = ""; slsContents[15] = ""; slsContents[16] = ""; slsContents[17] = ""; slsContents[18] = ""; slsContents[19] = "";