// JavaScript Document

// List image names WITHOUT filetype extension
var myImg = new Array();
  myImg[0]= "solea_studio_pata";
  myImg[1]= "TB-blackwhite-1";
  myImg[2]= "TB-blackwhite-2";
  myImg[3]= "TB_Sevillanas";
  myImg[4]= "TB_Solea_Intro";
  myImg[5]= "dance_nyc";
  myImg[6]= "children_class_1";
  myImg[7]= "children_class_2";
  myImg[8]= "children_class_3";
  myImg[9]= "stephanie_at_tasca";
  myImg[10]= "school_performance";
  myImg[11]= "stephanie-mission-dolores";
  myImg[12]= "stephanie-mission-dolores-2";
  myImg[13]= "head_shot_b&w_1";
  myImg[14]= "head_shot_b&w_2";
  myImg[15]= "head_shot_colour_1";
  myImg[16]= "head_shot_colour_2";
  myImg[17]= "publicity_colour_1";
  myImg[18]= "publicity_colour_2";
  myImg[19]= "publicity_colour_3";

// List titles in same order as images
var myImgTitle = new Array();
  myImgTitle[0]= "...at the old Solea Dance Studio";
  myImgTitle[1]= "Thirsty Bear, San Francisco. Photo by Umeed Mistry.";
  myImgTitle[2]= "Thirsty Bear, San Francisco Photo by Umeed Mistry.";
  myImgTitle[3]= "Sevillanas at Thirsty Bear, San Francisco";
  myImgTitle[4]= "Solea at Thirsty Bear, San Francisco";
  myImgTitle[5]= "A Tablao in New York City, NYC, NY";
  myImgTitle[6]= "1: Childrens' class in Queens, NY";
  myImgTitle[7]= "2: Childrens' class in Queens, NY";
  myImgTitle[8]= "3: Childrens' class in Queens, NY";
  myImgTitle[9]= "...at Tasca in NYC, New York, NY";
  myImgTitle[10]= "A school assembly performance in San Francisco";
  myImgTitle[11]= "At the Mission Dolores, SF. Photo by Umeed Mistry.";
  myImgTitle[12]= "At the Mission Dolores, SF. Photo by Umeed Mistry.";
  myImgTitle[13]= "1: Portrait, b&amp;w";
  myImgTitle[14]= "2: Portrait, b&amp;w";
  myImgTitle[15]= "1: Portrait, color";
  myImgTitle[16]= "2: Portrait, color";
  myImgTitle[17]= "1: Publicity Shot, color";
  myImgTitle[18]= "2: Publicity Shot, color";
  myImgTitle[19]= "3: Publicity Shot, color";

// Then create thumbnails of 100px width and save them
// under the same name with "thumb_" prepended to the name