//---------------------------------------------------------------------------------------------------------
// CONTENTS
//---------------------------------------------------------------------------------------------------------
// Insert your contents here. Example:
//
// slsContents[0] = "This is the first page."; Use a plus sign (+) to add another line of code to the same string
// 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=\"images/interiors/interiors1_lg.jpg\" border=\"1\">";

slsContents[1] = "<img src=\"images/interiors/interiors2_lg.jpg\" border=\"1\">";

slsContents[2] = "<img src=\"images/interiors/roomlg.jpg\" border=\"1\">";

slsContents[3] = "<img src=\"images/interiors/room7lg.jpg\" border=\"1\">";

slsContents[4] = "<img src=\"images/interiors/room5lg.jpg\" border=\"1\">";

slsContents[5] = "<img src=\"images/interiors/fireplace1lg.jpg\" border=\"1\">";

slsContents[6] = "<img src=\"images/interiors/room4lg.jpg\" border=\"1\">";

slsContents[7] = "<img src=\"images/interiors/room9lg.jpg\" border=\"1\">";

slsContents[8] = "<img src=\"images/interiors/bedroom2lg.jpg\" border=\"1\">";

slsContents[9] = "<img src=\"images/interiors/treeroomlg.jpg\" border=\"1\">";

slsContents[10] = "<img src=\"images/interiors/dininglg.jpg\" border=\"1\">";

slsContents[11] = "<img src=\"images/interiors/cabinetlg.jpg\" border=\"1\">";

slsContents[12] = "<img src=\"images/interiors/dining2lg.jpg\" border=\"1\">";

slsContents[13] = "<img src=\"images/interiors/kitchen2lg.jpg\" border=\"1\">";

slsContents[14] = "<img src=\"images/interiors/kitchen1lg.jpg\" border=\"1\">";

slsContents[15] = "<img src=\"images/interiors/kitchen2lg.jpg\" border=\"1\">";

slsContents[16] = "<img src=\"images/interiors/kitchenlg.jpg\" border=\"1\">";

slsContents[17] = "<img src=\"images/interiors/room10lg.jpg\" border=\"1\">";

slsContents[18] = "<img src=\"images/interiors/nooklg.jpg\" border=\"1\">";

slsContents[19] = "<img src=\"images/interiors/room8lg.jpg\" border=\"1\">";

slsContents[20] = "<img src=\"images/interiors/bathlg.jpg\" border=\"1\">";

slsContents[21] = "<img src=\"images/interiors/bath4lg.jpg\" border=\"1\">";

slsContents[22] = "<img src=\"images/interiors/bath3lg.jpg\" border=\"1\">";

slsContents[23] = "<img src=\"images/interiors/bath5lg.jpg\" border=\"1\">";

slsContents[24] = "<img src=\"images/interiors/traylg.jpg\"  border=\"1\">";

slsContents[25] = "<img src=\"images/interiors/fanlg.jpg\" border=\"1\">";

slsContents[26] = "<img src=\"images/interiors/room3lg.jpg\" border=\"1\">";

slsContents[27] = "<img src=\"images/interiors/poollg.jpg\" border=\"1\">";
