//BEGIN GLOBAL FOLDER NAME

G_imageFolder = "studio";

//END GLOBAL FOLDER NAME
//-----------------------------------------------------------


//-----------------------------------------------------------
//BEGIN SCRIPT TO SET IMAGE PARAMETERS AND CAPTION TEXT
/* This array contains all the parameters used to set the size, position, and captions for the large illustrations. */

var ip = new Array();
ip[0]= {name:"longAssoc", capTitle:"Long Associations, ", capSpecs:"69 x 78 inches", left:"60px", top:"40px", width:"508px", height:"580px"};
ip[1]= {name:"triplets", capTitle:"Triplets, ", capSpecs:"55 x 55 inches", left:"54px", top:"54px", width:"520px", height:"516px"};
ip[2]= {name:"marker7", capTitle:"Marker VII, 1955, ", capSpecs:"60 x 60 inches", left:"59px", top:"40px", width:"509px", height:"498px"};
ip[3]= {name:"keepingTrack", capTitle:"Keeping Track, ", capSpecs:"62 x 56 inches", left:"24px", top:"40px", width:"580px", height:"522px"};
ip[4]= {name:"marker2", capTitle:"Marker II, 1864, ", capSpecs:"54 x 59 inches", left:"40px", top:"40px", width:"548px", height:"502px"};
ip[5]= {name:"parchment", capTitle:"Parchment, Flesh Side, ", capSpecs:"40 x 40 inches", left:"53px", top:"40px", width:"522px", height:"596px"};
ip[6]= {name:"etched", capTitle:"Etched, ", capSpecs:"68 x 66 inches", left:"64px", top:"64px", width:"500px", height:"521px"};
ip[7]= {name:"birds", capTitle:"Occupation of Birds III, ", capSpecs:"65 x 56 inches", left:"62px", top:"40px", width:"504px", height:"580px"};
ip[8]= {name:"darkLight", capTitle:"Marks on Dark and Light, ", capSpecs:"60 x 45 inches", left:"79px", top:"40px", width:"461px", height:"580px"};
ip[9]= {name:"coral", capTitle:"Coral, Pollen, Pearls, ", capSpecs:"60 x 60 inches", left:"53px", top:"40px", width:"522px", height:"519px"};
ip[10]= {name:"22Chairs", capTitle:"22 Chairs, ", capSpecs:"60 x 49 inches", left:"76px", top:"40px", width:"475px", height:"580px"};
ip[11]= {name:"kingArt", capTitle:"", capSpecs:"Commissioned by King County Arts Commission, Cultural Heritage Award for Harborview Hospital, Seattle, WA, 31 x 108 x 2 inches", left:"-61px", top:"130px", width:"750px", height:"239px"};
ip[12]= {name:"sameSky", capTitle:"This Same Sky, ", capSpecs:"60 x 60 inches", left:"65px", top:"40px", width:"498px", height:"504px"};
ip[13]= {name:"120Plus", capTitle:"120+, ", capSpecs:"60 x 58 inches", left:"52px", top:"40px", width:"524px", height:"500px"};
ip[14]= {name:"washFeet", capTitle:"Describing Rain, ", capSpecs:"Commissioned by Jack Walsh III, 128 x 83 inches", left:"-26px", top:"40px", width:"680px", height:"450px"};
ip[15]= {name:"birdsSeaStars", capTitle:"Pollen, ", capSpecs:"Commissioned by Children's Receiving Center, Portland, OR, 70 x 84 inches", left:"72px", top:"40px", width:"485px", height:"580px"};
ip[16]= {name:"leastLight", capTitle:"Least Lightness, ", capSpecs:"70 x 68 inches", left:"54px", top:"40px", width:"520px", height:"502px"};
ip[17]= {name:"peacockBlue", capTitle:"Peacock Blue, ", capSpecs:"87 x 70 inches", left:"54px", top:"40px", width:"580px", height:"462px"};
ip[18]= {name:"longTimePassing", capTitle:"Long Time Passing, ", capSpecs:"72 x 62 inches", left:"44px", top:"40px", width:"550px", height:"482px"};
ip[19]= {name:"longTimePassing2", capTitle:"Long Time Passing 2, ", capSpecs:"72 x 86 inches", left:"84px", top:"30px", width:"455px", height:"550px"};
ip[20]= {name:"textRecopied", capTitle:"Text, Recopied, ", capSpecs:"25 x 23 inches, framed", left:"54px", top:"40px", width:"535px", height:"485px"};
ip[21]= {name:"textRevised", capTitle:"Text, Revised, ", capSpecs:"25 x 23 inches, framed", left:"54px", top:"40px", width:"535px", height:"485px"};
ip[22]= {name:"textDecorated", capTitle:"Text, Decorated, ", capSpecs:"25 x 23 inches, framed", left:"54px", top:"40px", width:"535px", height:"484px"};

//END SCRIPT TO SET IMAGE PARAMETERS AND CAPTION TEXT

