// JavaScript Document
var Picture = new Array(); // don't change this
var Caption = new Array(); // don't change this

// Specify the image files...
// To add more images, just continue
// the pattern, adding to the array below.
// To use fewer images, remove lines
// starting at the end of the Picture array.
// Caution: The number of Pictures *must*
// equal the number of Captions!

Picture[1]  = 'images/001Grant.jpg';
Picture[2]  = 'images/002Saguaro.jpg';
Picture[3]  = 'images/003BuffaloBill.jpg';
Picture[4]  = 'images/004Taft.jpg';
Picture[5]  = 'images/005DolceGabbana.jpg';
Picture[6]  = 'images/006DanielCraig.jpg';
Picture[7]  = 'images/007SittingBull.jpg';
Picture[8]  = 'images/008North1.jpg';
Picture[9]  = 'images/009North2.jpg';
Picture[10] = 'images/010GeneralSherman.jpg';
Picture[11] = 'images/011MountRushmore.jpg';
Picture[12] = 'images/012SittingBull.jpg';
Picture[13] = 'images/013AbrahamLincoln.jpg';
Picture[14] = 'images/014Babe.jpg';
Picture[15] = 'images/015MaharajahI.jpg';

// Specify the Captions...
// To add more captions, just continue
// the pattern, adding to the array below.
// To use fewer captions, remove lines
// starting at the end of the Caption array.
// Caution: The number of Captions *must*
// equal the number of Pictures!

Caption[1]  = "General Grant and a Giant Saguaro, 2007<br>Graphite on paper<br>42&quot;&quot; x 85&quot;&quot;";
Caption[2]  = "Saguaro warriors, 2007<br>Graphite on Paper<br>Installation Shot";
Caption[3]  = "Saguaro warriors, Buffalo Bill, 2007<br>Graphite on Paper<br>42&quot;&quot; x 87&quot;&quot;";
Caption[4]  = "Saguaro warriors, Taft, 2007<br>Graphite on Paper<br>42&quot;&quot; x 85&quot;&quot;";
Caption[5]  = "Saguaro warriors, Dolce & Gabbana, 2007<br>Graphite on Paper<br>42&quot;&quot; x 87&quot;&quot;";
Caption[6]  = "Saguaro warriors, Daniel Craig as James bond, 2007<br>Graphite on Paper<br>42&quot;&quot; x 82&quot;&quot;";
Caption[7]  = "Saguaro warriors, Sitting Bull, 2007<br>Graphite on Paper<br>42&quot;&quot; x 80&quot;&quot;";
Caption[8]  = "North by Northwest I, 2006<br>Graphite and colored pencil on Paper<br>30&quot;&quot; x 40&quot;&quot;";
Caption[9]  = "North by Northwest II, 2006<br>Graphite and colored pencil on Paper<br>40&quot;&quot; x 30&quot;&quot;";
Caption[10] = "General Sherman and his Men, 2006<br>Graphite and colored pencil on Paper<br>36&quot;&quot; x 54&quot;&quot;";
Caption[11] = "Mount Rushmore, 2006<br>Graphite and colored pencil on Paper<br>60&quot;&quot; x 42&quot;&quot;";
Caption[12] = "Our Heroes Are Dead, Sitting Bull, 2006<br>Graphite on Paper<br>35&quot;&quot; x 46&quot;&quot;";
Caption[13] = "Our Heroes Are Dead, Abraham Lincoln, 2006<br>Graphite on Paper<br>42&quot;&quot; x 60&quot;&quot;";
Caption[14] = "Babe Ruth<br>Graphite on Paper<br>30&quot;&quot; x 42&quot;&quot;";
Caption[15] = "Maharajah I, 2008<br>Graphite on Paper<br>30&quot;&quot; x 42&quot;&quot;";
