//---------------------------------------------------------------------------------------------------------
// 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>" +
                 "<img src=\"previous.gif\" width=13 height=10> " +
                 "<img src=\"next.gif\" width=13 height=10> " +
                 "Presionen para examinar las p&aacute;ginas siguientes o anteriores.<br><br>" +
                 "<b>O chasquear por el numero de la pagina bajo la estampa-)</b>" +
                 "</td></tr></table>";

slsContents[1] ="<img src=\"D.jpg\" width=80 height=120>";

slsContents[2] ="<img src=\"Sa.jpg\" width=80 height=120>";

slsContents[3] ="<img src=\"S.jpg\" width=80 height=120>";

slsContents[4] = "<img src=\"LAR_ssh.jpg\" width=80 height=120>";

slsContents[5] = "<img src=\"NE_ssh.jpg\" width=80 height=120>";

slsContents[6] = "<img src=\"LR_ssh.jpg\" width=80 height=120>";

slsContents[7] = "<img src=\"LI_ssh.jpg\" width=80 height=120>";

slsContents[8] = "<img src=\"MM.jpg\" width=80 height=120>";

slsContents[9] = "<img src=\"4.jpg\" width=80 height=120>";

slsContents[10] = "<img src=\"2.jpg\" width=80 height=120>";

slsContents[11] = "<table width=80 height=120><tr><td align=center>" +
                 "M&aacute;s para mirar la anotacion" +
                 "</td></tr></table>";

