//---------------------------------------------------------------------------------------------------------
// 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] = "<div style=\"float:left; width:122px; text-align:left;\"><h2 class=\"sidebar\">1 of 7</h2><p>Silk tartan dinner jacket, sea island cotton shirt, velvet bow tie, wool flannel trousers.</p></div>" +
				 "<div style=\"float:right; width:550px; height:550px; text-align:left;\"><img src=\"http://www.valetmag.com/gr/daily/style/profiles_features/boys_to_men/art-gallery1.jpg\"></div>";

slsContents[1] = "<div style=\"float:left; width:122px; text-align:left;\"><h2 class=\"sidebar\">2 of 7</h2><p>Cashmere topcoat with raccoon fur collar, wool flannel trousers, sea island cotton shirt and silk tie.</p></div>" +
				 "<div style=\"float:right; width:550px; height:550px; text-align:left;\"><img src=\"http://www.valetmag.com/gr/daily/style/profiles_features/boys_to_men/art-gallery2.jpg\"></div>";

slsContents[2] = "<div style=\"float:left; width:122px; text-align:left;\"><h2 class=\"sidebar\">3 of 7</h2><p>Velvet dinner jacket and bow tie, overdyed oxford shirt.</p></div>" +
				 "<div style=\"float:right; width:550px; height:550px; text-align:left;\"><img src=\"http://www.valetmag.com/gr/daily/style/profiles_features/boys_to_men/art-gallery3.jpg\"></div>";

slsContents[3] = "<div style=\"float:left; width:122px; text-align:left;\"><h2 class=\"sidebar\">4 of 7</h2><p>Tartan hooded jacket, wool pique trousers.</p></div>" +
				 "<div style=\"float:right; width:550px; height:550px; text-align:left;\"><img src=\"http://www.valetmag.com/gr/daily/style/profiles_features/boys_to_men/art-gallery4.jpg\"></div>";

slsContents[4] = "<div style=\"float:left; width:122px; text-align:left;\"><h2 class=\"sidebar\">5 of 7</h2><p>Wool pique jacked (part of a suit), sea island cotton shirt, reversed silk club tie and cashmere scarf.</p></div>" +
				 "<div style=\"float:right; width:550px; height:550px; text-align:left;\"><img src=\"http://www.valetmag.com/gr/daily/style/profiles_features/boys_to_men/art-gallery5.jpg\"></div>";

slsContents[5] = "<div style=\"float:left; width:122px; text-align:left;\"><h2 class=\"sidebar\">6 of 7</h2><p>Velvet three-piece suit and bowtie, oxford shirt.</p></div>" +
				 "<div style=\"float:right; width:550px; height:550px; text-align:left;\"><img src=\"http://www.valetmag.com/gr/daily/style/profiles_features/boys_to_men/art-gallery6.jpg\"></div>";

slsContents[6] = "<div style=\"float:left; width:122px; text-align:left;\"><h2 class=\"sidebar\">7 of 7</h2><p>Cotton velvet waistcoat and trousers, oxford shirt and silk tie.</p></div>" +
				 "<div style=\"float:right; width:550px; height:550px; text-align:left;\"><img src=\"http://www.valetmag.com/gr/daily/style/profiles_features/boys_to_men/art-gallery7.jpg\"></div>";
