//---------------------------------------------------------------------------------------------------------
// 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] = "<img src=\"http://www.mosacoshipping.com/images/gallery1.jpg\" width=\"220\" height=\"140\">";

slsContents[1] = "<img src=\"http://www.mosacoshipping.com/images/gallery2.jpg\" width=\"220\" height=\"140\">";

slsContents[2] = "<img src=\"http://www.mosacoshipping.com/images/gallery3.jpg\" width=\"220\" height=\"140\">";

slsContents[3] = "<img src=\"http://www.mosacoshipping.com/images/Logistic4_03.png\" width=\"220\" height=\"140\">";

slsContents[4] = "<img src=\"http://www.mosacoshipping.com/images/Logistic5_03.png\" width=\"220\" height=\"140\">";

slsContents[5] = "<img src=\"http://www.mosacoshipping.com/images/Logistic6_07.png\" width=\"220\" height=\"140\">";

slsContents[6] = "<img src=\"http://www.mosacoshipping.com/images/gallery1.jpg\" width=\"220\" height=\"140\">";

/*slsContents[4] = "<img src=\"slideshow/cutoms_47.jpg\" width=\"220\" height=\"140\">";

slsContents[5] = "<img src=\"slideshow/cutoms_49.jpg\" width=\"220\" height=\"140\">";

slsContents[6] = "<img src=\"slideshow/History_42.png\" width=\"220\" height=\"140\">";

slsContents[7] = "<img src=\"slideshow/Mission_42.png\" width=\"220\" height=\"140\">";

slsContents[8] = "<img src=\"slideshow/projects_65.jpg\" width=\"220\" height=\"140\">";*/





