function drawCapIndex(piPage)
{
   var sNames = new Array(
        ""
      );
   var sDesc = "This gallery holds a frame from each scene displayed in the \"Previously on Farscape...\" " +
         "introduction to the series' final episode, <B>Bad Timing</B>.  That segment included a scene or more " +
         "from each episode of the series before <B>Bad Timing</B>.<BR><BR>" +
         "Return to the <A HREF=\"s4-22.shtml\">Episode Guide Page</A> for <B>Bad Timing</B>.";

   drawGalleryIndex("../", "Gallery Page " + piPage, sDesc, "http://brent.wirehed.com/ja/guide/", "captures/s4_22_prev/s4_22_prev_", 170, ((piPage - 1) * 24) + 1, 24, sNames, "caps4-22-prev.html")
}


