// ARRAY OF OBJECTS (A_illustrationInfo[n].property) TO USE IN REPLACEMENT OF LARGE ILLOS

/*This is an alternate way of handling this array. Compare to lightImages.htm. I like this shorthand method because all the information that has to be updated is labeled in one spot.*/

var C_imageFolder = "../media/" + G_pageName + "/";

var A_illustrationInfo = new Array();
var A_layoutInfo = new Array();

A_illustrationInfo[0]= {name:"sealWife", left:"310px", top:"20px", width:"440px", height:"550px"};
A_layoutInfo[0]= {name:"sealWifeLayout", left:"240px", top:"20px", width:"582px", height:"550px"};
A_illustrationInfo[0].thumbnailCoordinates =  "34,15,126,126";
A_illustrationInfo[0].captionText =  "Book review of <em>The Seal Wife,</em> about a man’s obsession with an unattainable Aleut girl.";
A_illustrationInfo[1]= {name:"UrbanNeuroF", left:"300px", top:"10px", width:"442px", height:"650px"};
A_layoutInfo[1]= {};
A_illustrationInfo[1].thumbnailCoordinates =  "162,15,246,140";
A_illustrationInfo[1].captionText =  "Green urban planning.";
A_illustrationInfo[2]= {name:"Milkshake", left:"290px", top:"20px", width:"488px", height:"650px"};
A_layoutInfo[2]= {};
A_illustrationInfo[2].thumbnailCoordinates =  "282,16,373,135";
A_illustrationInfo[2].captionText =  "Cover for satiric novel on motherhood, breastfeeding, and politics.";
A_illustrationInfo[3]= {name:"devil", left:"280px", top:"10px", width:"539px", height:"1000px"};
A_layoutInfo[3]= {name:"devilLayout", left:"370px", top:"5px", width:"307px", height:"640px"};
A_illustrationInfo[3].thumbnailCoordinates =  "400,18,500,124";
A_illustrationInfo[3].captionText =  "How various religions see the Devil.";
A_illustrationInfo[4]= {name:"Maids", left:"280px", top:"10px", width:"521px", height:"650px"};
A_layoutInfo[4]= {};
A_illustrationInfo[4].thumbnailCoordinates =  "520,18,610,130";
A_illustrationInfo[4].captionText =  "<i>The Maids</i>, a whodunnit.";
A_illustrationInfo[5]= {name:"birth", left:"410px", top:"10px", width:"127px", height:"640px"};
A_layoutInfo[5]= {name:"birthLayout", left:"280px", top:"20px", width:"345px", height:"630px"};
A_illustrationInfo[5].thumbnailCoordinates =  "36,155,64,426";
A_illustrationInfo[5].captionText =  "Overpopulation hurts humans, birds, environment. US birth control cutbacks in 3rd world.";
A_illustrationInfo[6]= {name:"ShipsInNight", left:"190px", top:"100px", width:"720px", height:"329px"};
A_layoutInfo[6]= {};
A_illustrationInfo[6].thumbnailCoordinates =  "103,184,238,239";
A_illustrationInfo[6].captionText =  "“How we met,” a love story, for <i>Boston Globe</i>.";

A_illustrationInfo[7]= {name:"bikini", left:"320px", top:"10px", width:"419px", height:"620px"};
A_layoutInfo[7]= {name:"bikiniLayout", left:"340px", top:"10px", width:"367px", height:"620px"};
A_illustrationInfo[7].thumbnailCoordinates =  "259,163,373,262";
A_illustrationInfo[7].captionText =  "60th anniversary of the bikini.";
A_illustrationInfo[8]= {name:"oldDad", left:"340px", top:"10px", width:"366px", height:"630px"};
A_layoutInfo[8]= {name:"oldDadLayout", left:"240px", top:"10px", width:"565px", height:"620px"};
A_illustrationInfo[8].thumbnailCoordinates =  "436,149,509,274";
A_illustrationInfo[8].captionText =  "Dear Old Dads: Just ’cause you can, should you?";
A_illustrationInfo[9]= {name:"BadWorkplace", left:"270px", top:"20px", width:"538px", height:"650px"};
A_layoutInfo[9]= {};
A_illustrationInfo[9].thumbnailCoordinates =  "536,135,614,267";
A_illustrationInfo[9].captionText =  "Horrible boses, horrible jobs.";

A_illustrationInfo[10]= {name:"Heschel_Wahman1", left:"270px", top:"10px", width:"506px", height:"650px"};
A_layoutInfo[10]= {};
A_illustrationInfo[10].thumbnailCoordinates =  "84,293,174,406";
A_illustrationInfo[10].captionText =  "Poster for Harold Grinspoon Foundation.";

A_illustrationInfo[11]= {name:"ComedianDiscrim", left:"340px", top:"25px", width:"373px", height:"650px"};
A_layoutInfo[11]= {};
A_illustrationInfo[11].thumbnailCoordinates =  "206,294,266,410";
A_illustrationInfo[11].captionText =  "Comedians censored for telling jokes about race and religion.";
A_illustrationInfo[12]= {name:"Elephant", left:"330px", top:"20px", width:"397px", height:"650px"};
A_layoutInfo[12]= {};
A_illustrationInfo[12].thumbnailCoordinates =  "314,296,380,407";
A_illustrationInfo[12].captionText =  "Zoo elephants kept in small, inhumane pens.";
A_illustrationInfo[13]= {name:"Psamm", left:"270px", top:"20px", width:"552px", height:"630px"};
A_layoutInfo[13]= {name:"PsammLayout", left:"285px", top:"20px", width:"481px", height:"620px"};
A_illustrationInfo[13].thumbnailCoordinates =  "423,303,514,407";
A_illustrationInfo[13].captionText =  "“Psammetichus I,” by Daniel Mason, for <i>Harper’s</i> Magazine.";

A_illustrationInfo[14]= {name:"panda", left:"280px", top:"20px", width:"492px", height:"600px"};
A_layoutInfo[14]= {name:"pandaLayout", left:"285px", top:"20px", width:"481px", height:"620px"};
A_illustrationInfo[14].thumbnailCoordinates =  "546,300,622,391";
A_illustrationInfo[14].captionText =  "2008 Olympics in China. Chosen for American Illustration Annual 21.";

A_illustrationInfo[15]= {name:"blindLove", left:"180px", top:"100px", width:"800px", height:"379px"};
A_layoutInfo[15]= {};
A_illustrationInfo[15].thumbnailCoordinates =  "52,452,227,529";
A_illustrationInfo[15].captionText =  "Book review of <i>Blind Love.</i> Carnival women argue over Rat Girl's future.";
A_illustrationInfo[16]= {name:"athens", left:"290px", top:"20px", width:"430px", height:"630px"};
A_layoutInfo[16]= {};
A_illustrationInfo[16].thumbnailCoordinates =  "265,430,321,524";
A_illustrationInfo[16].captionText =  "<em>LA Times</em> book review of a modern whodunnit set in Athens.";
A_illustrationInfo[17]= {name:"AnimalTranslation", left:"190px", top:"20px", width:"650px", height:"594px"};
A_layoutInfo[17]= {};
A_illustrationInfo[17].thumbnailCoordinates =  "349,447,428,526";
A_illustrationInfo[17].captionText =  "Communicating with animals.";
A_illustrationInfo[18]= {name:"SIFFFullCover", left:"240px", top:"20px", width:"597px", height:"630px"};
A_layoutInfo[18]= {};
A_illustrationInfo[18].thumbnailCoordinates =  "453,435,428,522";
A_illustrationInfo[18].captionText =  "Seattle International Film Festival.";
A_illustrationInfo[19]= {name:"apartheid", left:"310px", top:"10px", width:"477px", height:"620px"};
A_layoutInfo[19]= {name:"apartheidLayout", left:"250px", top:"20px", width:"569px", height:"620px"};
A_illustrationInfo[19].thumbnailCoordinates =  "560,424,640,525";
A_illustrationInfo[19].captionText =  "Nadine Gordimer on art and apartheid. Selected for American Illustration 24.";



var A_subCollectionInfo = new Array();

A_subCollectionInfo[0] = {name:"snowCover", left:"300px", top:"10px", width:"531px", height:"630px"};

A_subCollectionInfo[1] = {name:"snowFamily", left:"270px", top:"10px", width:"710px", height:"630px"};

A_subCollectionInfo[2] = {name:"snowNut", left:"270px", top:"10px", width:"677px", height:"630px"};

A_subCollectionInfo[3] = {name:"snowTheater", left:"270px", top:"10px", width:"658px", height:"630px"};

A_subCollectionInfo[4] = {name:"snowConcerts", left:"270px", top:"10px", width:"750px", height:"587px"};

A_subCollectionInfo[5] = {name:"snowShips", left:"270px", top:"10px", width:"712px", height:"630px"};

A_subCollectionInfo[6] = {name:"snowMessiah", left:"270px", top:"10px", width:"554px", height:"630px"};


A_illustrationInfo[9].A_subCollectionInfo = A_subCollectionInfo;

//ARRAY OF OBJECTS (A_illustrationInfo[n].property) TO USE IN REPLACEMENT OF LARGE ILLOS
//---------------------------------------------------------------------------------------

