
images = new Array();
textLeft = new Array();
textRight = new Array();
additionalText = new Array();


function addImage(_imgName, _textLeft, _textRight, _additional){
	images.push(_imgName);
	textLeft.push(_textLeft);
	textRight.push(_textRight);
	additionalText.push(_additional);
}

/*

images[0] = "grimace";
textLeft[0] = "";
textRight[0] = "";
additionalText[0] = "";

images[1] = "saladYears";
textLeft[1] = "";
textRight[1] = "";
additionalText[1] = "";

images[2] = "angryNude";
textLeft[2] = "";
textRight[2] = "";
additionalText[2] = "";

images[3] = "doodle1";
textLeft[3] = "";
textRight[3] = "";
additionalText[3] = "";

images[4] = "fruit";
textLeft[4] = "";
textRight[4] = "";
additionalText[4] = "";

images[5] = "dragonNetworking";
textLeft[5] = "";
textRight[5] = "";
additionalText[5] = "";

images[6] = "monica";
textLeft[6] = "";
textRight[6] = "";
additionalText[6] = "";

images[7] = "sadModel";
textLeft[7] = "";
textRight[7] = "";
additionalText[7] = "";

images[8] = "mercerHRsketch";
textLeft[8] = "";
textRight[8] = "";
additionalText[8] = "";

images[9] = "stilllGourd";
textLeft[9] = "";
textRight[9] = "";
additionalText[9] = "";

images[10] = "santa";
textLeft[10] = "";
textRight[10] = "";
additionalText[10] = "";

images[11] = "nudeKunstweb";
textLeft[11] = "";
textRight[11] = "";
additionalText[11] = "";

images[12] = "manOnBike";
textLeft[12] = "";
textRight[12] = "";
additionalText[12] = "";

images[13] = "larry";
textLeft[13] = "";
textRight[13] = "";
additionalText[13] = "";

images[14] = "fish";
textLeft[14] = "";
textRight[14] = "";
additionalText[14] = "";

images[15] = "andy";
textLeft[15] = "";
textRight[15] = "";
additionalText[15] = "";

images[16] = "motherSketch1";
textLeft[16] = "";
textRight[16] = "";
additionalText[16] = "";

images[17] = "motherSketch2";
textLeft[17] = "";
textRight[17] = "";
additionalText[17] = "";

images[18] = "stillFeather";
textLeft[18] = "";
textRight[18] = "";
additionalText[18] = "";

images[19] = "aptOrgSchem";
textLeft[19] = "";
textRight[19] = "";
additionalText[19] = "";

images[20] = "whoreSketch";
textLeft[20] = "";
textRight[20] = "";
additionalText[20] = "";

images[21] = "bmlAnimStoryboard1";
textLeft[21] = "";
textRight[21] = "";
additionalText[21] = "";

images[22] = "bmlAnimStoryboard2";
textLeft[22] = "";
textRight[22] = "";
additionalText[22] = "";

images[23] = "tinGirl";
textLeft[23] = "";
textRight[23] = "";
additionalText[23] = "";

images[24] = "budapestRambling";
textLeft[24] = "";
textRight[24] = "";
additionalText[24] = "";

images[25] = "mauritskadeFacade";
textLeft[25] = "";
textRight[25] = "";
additionalText[25] = "";

*/

addImage("pregnantBatCage", "","","");
addImage("afterDinnerMath", "","","");
addImage("grimace", "","","");
addImage("saladYears", "","","");
addImage("angryNude", "","","");
addImage("doodle1", "","","");
addImage("fruit", "","","");
addImage("dragonNetworking", "","","");
addImage("monica", "","","");
addImage("sadModel", "","","");
addImage("mercerHRsketch", "","","");
addImage("stilllGourd", "","","");
addImage("santa", "","","");
addImage("nudeKunstweb", "","","");
addImage("manOnBike", "","","");
addImage("larry", "","","");
addImage("fish", "","","");
addImage("andy", "","","");
addImage("motherSketch1", "","","");
addImage("stillFeather", "","","");
addImage("aptOrgSchem", "","","");
addImage("whoreSketch", "","","");
addImage("bmlAnimStoryboard1", "","","");
addImage("bmlAnimStoryboard2", "","","");
addImage("tinGirl", "","","");
addImage("budapestRambling", "","","");
addImage("mauritskadeFacade", "","","");

imagesNoOutline = new Array();
imagesNoOutline[0] = "budapestRambling";
imagesNoOutline[1] = "motherSketch1";
imagesNoOutline[2] = "motherSketch2";


imgDirectory = "images/sketchbook/";
