function drawCapIndex(piPage)
{
   var sNames = new Array(
        ""
      );
   var sDesc = "This gallery holds a frame from each shot displayed in the first full length trailer " +
         "for the mini-series <B>The Peackeeper Wars</B>.<BR><BR>" +
         "Return to the <A HREF=\"s0-1.shtml\"><B>Episode Guide Page</B></A> for <B>The Peacekeeper Wars</B>.<BR>" +
         "View <A HREF=\"../articles/2004/August/pkw.trailer.analysis.html\"><B>analysis of the these images</B></A>.";

   drawGalleryIndex("../", "Gallery Page " + piPage, sDesc, "http://brent.wirehed.com/ja/guide/", "captures/s0_1_trailer1/s0_1_trailer1_", 127, ((piPage - 1) * 24) + 1, 24, sNames, "caps0-1-trailer1.html")
}


