// 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/001Canopy.jpg";
Picture[2]  = "images/002Canopy.jpg";
Picture[3]  = "images/003Canopy.jpg";
Picture[4]  = "images/004Canopy.jpg";
Picture[5]  = "images/005Canopy.jpg";
Picture[6]  = "images/006LincolnFlags.jpg";
Picture[7]  = "images/007LincolnFlags.jpg";
Picture[8]  = "images/009IranianCupcakes.jpg";
Picture[9]  = "images/010MisBanderas.jpg";
Picture[10]  = "images/011Mariachis.jpg";
Picture[11]  = "images/012GayMexicanFlag.jpg";
Picture[12]  = "images/013GayAmericanFlag.jpg";
Picture[13]  = "images/014GayTexanFlag.jpg";
Picture[14]  = "images/015ColumbusBaltimore.jpg";
Picture[15]  = "images/016IwoJima.jpg";
Picture[16]  = "images/017GayAmericanFlags.jpg";
Picture[17]  = "images/018Proposal.jpg";
Picture[18]  = "images/019Proposal.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]  = "Canopy, 2008<br>Laser Prints on Poly Vinyl<br>Dimensions Variable";
Caption[2]  = "Canopy, 2008<br>Laser Prints on Poly Vinyl<br>Installation View";
Caption[3]  = "Canopy, 2008<br>Laser Prints on Poly Vinyl<br>Dimensions Variable";
Caption[4]  = "Canopy Schematic, 2008";
Caption[5]  = "Canopy Schematic, 2008";
Caption[6]  = "Lincoln under the Rainbow, 2009<br>Laser Prints on Poly Vinyl<br>Dimensions Variable";
Caption[7]  = "Lincoln under the Rainbow, 2009<br>Laser Prints on Poly Vinyl<br>Dimensions Variable";
Caption[8]  = "Cupcakes for Gay Iranians, 2008";
Caption[9]  = "Mis Banderas, 2005<br>Silk-screened Nylon<br>3&quot; x 5&quot; flags on 6&quot; Poles";
Caption[10]  = "Mariachis en el Fuego, 2005<br>Documentation of a Performance";
Caption[11]  = "Gay Mexican Flag, 2005<br>Acrylic on Mylar<br>11&quot;&quot; x 14&quot;&quot;";
Caption[12]  = "Gay American Flag, 2005<br>Acrylic on Mylar<br>11&quot;&quot; x 14&quot;&quot;";
Caption[13]  = "Gay Texan Flag, 2005<br>Acrylic on Mylar<br>11&quot;&quot; x 14&quot;&quot;";
Caption[14]  = "Columbus Plaza, Baltimore<br>Acrylic on Mylar<br>11&quot;&quot; x 14&quot;&quot;";
Caption[15]  = "Iwo Jima with a Gay American Flag<br>Acrylic on Mylar<br>11&quot;&quot; x 14&quot;&quot;";
Caption[16]  = "Gay American Flags<br>Acrylic on Mylar<br>11&quot;&quot; x 14&quot;&quot;";
Caption[17]  = "Proposal for an Installation<br>Gay Flags of the United Nations";
Caption[18]  = "Proposal for an Installation<br>Gay Flags of the United Nations";
