//---------------------------------------------------------------------------------------------------------
// 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] = "<table border=0 cellspacing=0 cellpadding=8><tr><td>" +
                 "<h3>JUAN DE SAN GRIAL</h3>" +
                 "Nuestro sitio sobre el profeta, la mistica, el escritor que más de 300 libros, incluyendo revelaciones de la madre de Dios (esas revelaciones son unos 40 libros).<br><br>" +
                 "Usen las pequenas agujas " +
                 "<img src=\"previous.gif\" width=13 height=10> " +
                 "<img src=\"next.gif\" width=13 height=10> " +
                 "Presionen para examinar las foto siguientes o anteriores, o pinchar por el numero de la pagina bajo la estampa.<br><br>" +
                 "<b>&iexcl;Son presentadas aqui algunas fotos que presentan al caracter polifacetico del profeta grande de la actualidad!</b>" +
                 "</td></tr></table>";

slsContents[1] = "<img src=\"OTEC1.jpg\" width=350 height=260>";

slsContents[2] = "<img src=\"OTEC4.jpg\" width=350 height=260>";

slsContents[3] = "<img src=\"OTEC5.jpg\" width=350 height=260>";

slsContents[4] = "<img src=\"OTEC7.jpg\" width=350 height=260>";

slsContents[5] = "<img src=\"OTEC6.jpg\" width=350 height=261>";

slsContents[6] = "<img src=\"OTEC9.jpg\" width=350 height=260>";

slsContents[7] = "<img src=\"OTEC3.jpg\" width=350 height=260>";

slsContents[8] = "<img src=\"OTEC2.jpg\" width=350 height=260>";

slsContents[9] = "<img src=\"OTEC8.jpg\" width=350 height=270>";

slsContents[10] = "<img src=\"OTEC10.jpg\" width=350 height=260>";

                 "</td></tr></table>";

