//---------------------------------------------------------------------------------------------------------
// 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=\"padding:10px\">" +
                 "<h3>Bienvenido a Reformas-en-Barcelona.com!</h3><br />" +
                 "Esto es solo un ejemplo de alguna de nuestras <b>Reformas</b>.<br><br>" +
                 "Para ir a la galería de trabajos, clicke aquí.<br><br>" +
                 "Utilice las pequeñas flechas " +
                 "<img src=\"/imagen/previous.gif\" width=\"13\" height=\"10\"> " +
                 "<img src=\"/imagen/next.gif\" width=\"13\" height=\"10\"> " +
                 "de abajo para ver las páginas siguientes o anteriores, o haga clic en los números de página en la parte inferior. " +
                 "<b>Muchas Gracias</b>" +
                 "</div>";

slsContents[1] = "<img src=\"/imagen/reformascarpinteria.jpg\" width=\"320\" height=\"240\">";

slsContents[2] = "<img src=\"/imagen/reformaselectricidad.jpg\" width=\"320\" height=\"240\">";

slsContents[3] = "<img src=\"/imagen/reformaspintura1.jpg\" width=\"320\" height=\"240\">";

slsContents[4] = "<img src=\"/imagen/reformafachada.jpg\" width=\"320\" height=\"240\">";

slsContents[5] = "<img src=\"/imagen/reformainteriorismo1.jpg\" width=\"320\" height=\"240\">";

slsContents[6] = "<img src=\"/imagen/reformafontaneria2.jpg\" width=\"320\" height=\"240\">";

slsContents[7] = "<img src=\"/imagen/reformasinteriorismo3.jpg\" width=\"320\" height=\"240\">";

slsContents[8] = "<img src=\"/imagen/reformasornamentoshistoricos2.jpg\" width=\"320\" height=\"240\">";

slsContents[9] = "<img src=\"/imagen/reformapladur.jpg\" width=\"320\" height=\"240\">";

slsContents[10] = "<img src=\"/imagen/reformasinteriorismorustico.jpg\" width=\"320\" height=\"240\">";

slsContents[11] = "<img src=\"/imagen/reformaspinturaestucado.jpg\" width=\"320\" height=\"240\">";

slsContents[12] = "<img src=\"/imagen/reformacalefaccion2.jpg\" width=\"320\" height=\"240\">";

slsContents[13] = "<img src=\"/imagen/reformatienda.jpg\" width=\"320\" height=\"240\">";

slsContents[14] = "<img src=\"/imagen/reformasornamentoshistoricos1.jpg\" width=\"320\" height=\"240\">";

slsContents[15] = "<img src=\"/imagen/carpinteria.jpg\" width=\"320\" height=\"240\">";

slsContents[16] = "<img src=\"/imagen/reformasinteriorismo4.jpg\" width=\"320\" height=\"240\">";

slsContents[17] = "<img src=\"/imagen/reformaspinturaestucado1.jpg\" width=\"320\" height=\"240\">";

slsContents[18] = "<img src=\"/imagen/reformaspaleta.jpg\" width=\"320\" height=\"240\">";

slsContents[19] = "<img src=\"/imagen/reformainteriorismo.jpg\" width=\"320\" height=\"240\">";

slsContents[20] = "<img src=\"/imagen/reformasfachadasornamentoshistoricos.jpg\" width=\"320\" height=\"240\">";

slsContents[21] = "<img src=\"/imagen/reformafontaneria1.jpg\" width=\"320\" height=\"240\">";

slsContents[22] = "<img src=\"/imagen/reformasinteriorismo2.jpg\" width=\"320\" height=\"240\">";

slsContents[23] = "<img src=\"/imagen/reformasinteriorismo.jpg\" width=\"320\" height=\"240\">";

slsContents[24] = "<img src=\"/imagen/reformapaleta.jpg\" width=\"320\" height=\"240\">";

slsContents[25] = "<img src=\"/imagen/reformatienda1.jpg\" width=\"320\" height=\"240\">";

slsContents[26] = "<img src=\"/imagen/reformascarpinteria2.jpg\" width=\"320\" height=\"240\">";

slsContents[27] = "<img src=\"/imagen/reformatienda2.jpg\" width=\"320\" height=\"240\">";

slsContents[28] = "<img src=\"/imagen/reformacalefaccion1.jpg\" width=\"320\" height=\"240\">";

slsContents[29] = "<img src=\"/imagen/reformaspaleta1.jpg\" width=\"320\" height=\"240\">";

slsContents[30] = "<img src=\"/imagen/reformasinteriorismo1.jpg\" width=\"320\" height=\"240\">";

slsContents[31] = "<img src=\"/imagen/reformasinteriorismorustico1.jpg\" width=\"320\" height=\"240\">";

slsContents[32] = "<img src=\"/imagen/reformaspintura.jpg\" width=\"320\" height=\"240\">";

slsContents[33] = "<img src=\"/imagen/reformafontaneria.jpg\" width=\"320\" height=\"240\">";

slsContents[34] = "<img src=\"/imagen/reformaparquet.jpg\" width=\"320\" height=\"240\">";

slsContents[35] = "<img src=\"/imagen/reformasornamentoshistoricos.jpg\" width=\"320\" height=\"240\">";

slsContents[36] = "<table width=\"320\" height=\"240\"><tr><td align=center>" +
                 "<h3>Muchas Gracias por confiar en nosotros.</h3>" +
                 "</td></tr></table>";

