//---------------------------------------------------------------------------------------------------------
// 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 width=\"290\" border=\"0\" cellspacing=\"5\" cellpadding=\"0\">"+
 				 "<tr>"+	
    			"<td><img alt=\"click to zoom - Hotel Mon Jardin - Localization\" title=\"click to zoom - Hotel Mon Jardin - Localization\" onclick=\"changeImage('config/img/localizare/localizare-1.jpg')\" src=\"config/img/localizare/thumbs/localizare-1.jpg\" height=\"60\" /></td>"+    				
                        "<td><img alt=\"click to zoom - Hotel Mon Jardin - Danube Delta\" title=\"click to zoom - Hotel Mon Jardin - Danube Delta\" onclick=\"changeImage('config/img/localizare/localizare-2.jpg')\" src=\"config/img/localizare/thumbs/localizare-2.jpg\" height=\"60\" /></td>"+    				
                        "<td><img alt=\"click to zoom - Hotel Mon Jardin\" title=\"click to zoom - Hotel Mon Jardin\" onclick=\"changeImage('config/img/localizare/localizare-3.jpg')\" src=\"config/img/localizare/thumbs/localizare-3.jpg\" height=\"60\" /></td>"+    								
  				 "</tr>"+
				 "</table>";				 