//---------------------------------------------------------------------------------------------------------
// 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] = "<table border=0 cellspacing=0 cellpadding=8><tr><td>" +
                 "<img src=\"m1.jpg\" width=640 height=480><h2>Город Эдмонтон</h2>"+
                                  "</td></tr></table>";

slsContents[1] = "<img src=\"m2.jpg\" width=640 height=480><h2>West Edmonton Mall</h2>";
slsContents[2] = "<img src=\"m3.jpg\" width=640 height=480><div>Mall называют 8 чудом света.  </div>";
slsContents[3] = "<img src=\"m4.jpg\" width=640 height=480><div class='nn'>Он считался в недавнем времени самым большим торговым центром континента. </div>";
slsContents[4] = "<img src=\"m5.jpg\" width=640 height=480><div class='nn'>И до сих пор одна из особенностей Западной Канады.</div>";
slsContents[5] = "<img src=\"m6.jpg\" width=640 height=480><div class='nn'>Около 800 магазинов и ресторанов.</div>";
slsContents[6] = "<img src=\"m7.jpg\" width=640 height=480><div class='nn'>Кинотеатры, игровые комнаты, бассейн с волнами, каток и много других сервисов.</div>";
slsContents[7] = "<img src=\"m8.jpg\" width=640 height=480>";
