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

images[0] = "maxAndMichael";
textLeft[0] = "<i>Max &amp; Michael</i><br>oil on linen, 80 x 50 cm";
textRight[0] = "2005";
additionalText[0] = "";

images[1] = "whoreMadonna1";
textLeft[1] = "<i>Whore Madonna 1</i><br>oil on canvas, 110 x 174 cm";
textRight[1] = "2006";
additionalText[1] = "";

images[2] = "bananaSplit";
textLeft[2] = "<i>Banana Split</i><br>oil on canvas, 122 x 162 cm";
textRight[2] = "2005";
additionalText[2] = "";

images[3] = "loveOfBooks";
textLeft[3] = "<i>Love of Books</i><br>oil on canvas, 80 x 158 cm";
textRight[3] = "2006";
additionalText[3] = "";

images[4] = "goodYear";
textLeft[4] = "<i>Good Year</i><br>oil on canvas, 122 x 162 cm";
textRight[4] = "2002";
additionalText[4] = "";

images[5] = "canary";
textLeft[5] = "<i>Canary</i><br>oil on canvas, 110 x 174 cm";
textRight[5] = "2006";
additionalText[5] = "";

images[6] = "sadDragon";
textLeft[6] = "<i>Sad Dragon</i><br>oil on canvas, 96 x 122 cm";
textRight[6] = "2002";
additionalText[6] = "";

images[7] = "flowers";
textLeft[7] = "<i>Flowers</i><br>oil on canvas, 61 x 79 cm";
textRight[7] = "2002";
additionalText[7] = "";

images[8] = "colorStudy";
textLeft[8] = "<i>Untitled Color Study</i><br>oil on canvas, 46 x 61 cm";
textRight[8] = "1999";
additionalText[8] = "";

images[9] = "wheresTheArtist";
textLeft[9] = "<i>Where\'s the Artist?</i><br>acrylic on canvas, 150 x 240 cm";
textRight[9] = "2002";
additionalText[9] = "";


images[10] = "theresTheArtist";
textLeft[10] = "<i>There\'s the Artist!</i><br>acrylic on canvas, 150 x 240 cm";
textRight[10] = "2002";
additionalText[10] = "";

images[11] = "abortionPiece1";
textLeft[11] = "<i>Abortion Piece 1</i><br>acrylic on canvas, 150 x 240 cm";
textRight[11] = "2003";
additionalText[11] = "";

images[12] = "abortionPiece2";
textLeft[12] = "<i>Abortion Piece 2</i><br>acrylic on canvas, 150 x 240 cm";
textRight[12] = "2003";
additionalText[12] = "";

images[13] = "butterfly";
textLeft[13] = "<i>Butterfly</i><br>acrylic on canvas, 150 x 240 cm";
textRight[13] = "2003";
additionalText[13] = "";

images[14] = "secret";
textLeft[14] = "<i>Secret</i><br>acrylic on canvas, 150 x 240 cm";
textRight[14] = "2003";
additionalText[14] = "";

images[15] = "claudeWithMoon";
textLeft[15] = "<i>Claude With Moon</i><br>acrylic on canvas, 150 x 240 cm";
textRight[15] = "2002";
additionalText[15] = "";

images[16] = "kiss";
textLeft[16] = "<i>Kiss</i><br>acrylic on canvas, 150 x 240 cm";
textRight[16] = "2003";
additionalText[16] = "";

images[17] = "krisAndBobbi1";
textLeft[17] = "<i>Kris and Bobbi 1</i><br>acrylic on canvas, 150 x 240 cm";
textRight[17] = "2002";
additionalText[17] = "";

images[18] = "krisAndBobbi2";
textLeft[18] = "<i>Kris and Bobbi 2</i><br>acrylic on canvas, 150 x 240 cm";
textRight[18] = "2002";
additionalText[18] = "";

images[19] = "player";
textLeft[19] = "<i>Player</i><br>acrylic on canvas, 150 x 240 cm";
textRight[19] = "2003";
additionalText[19] = "";

images[20] = "monicaWithFlowers1";
textLeft[20] = "<i>Monica With Flowers 1</i><br>acrylic on canvas, 150 x 240 cm";
textRight[20] = "2002";
additionalText[20] = "";

images[21] = "monicaWithFlowers2";
textLeft[21] = "<i>Monica With Flowers 2</i><br>acrylic on canvas, 150 x 240 cm";
textRight[21] = "2002";
additionalText[21] = "";

imagesNoOutline = new Array();


imgDirectory = "images/paintings/";

function aboutSeries(){
	document.mainImage.src = imgDirectory + "aboutSeries.jpg";
	document.getElementById("captionLeft").innerHTML = "full-contact abstract expressionism?<br><br>";
	document.getElementById("captionRight").innerHTML = "";
	document.getElementById("moreInfo").innerHTML = "The first of these &quot;splatter silhoettes&quot; were inspired by certain hermeneutic ponderings I had regarding the artist's presence in a work of art and its meaning, which initially resulted in the ideas for the pieces &quot;Where's the Artist?&quot; and &quot;There's the Artist!&quot; These took place at Burning Man in 2002, an ideal location for such a project, given the climate, space, and the community of art-lovers always looking for something funky to participate in. Upon completion of these, the idea kind of exploded with the first cries of &quot;me next!&quot; so we continued with what remaining supplies there were, and a series was born. Later I executed another set in New York, and another in Amsterdam's lovely Vondelpark, which proved an arduous undertaking given the limitations of city environments, but still a ridiculous amount of fun. <br>	<br>many thanks to: Bobbi, Mike &amp; Kris, Claude, Monica, Dad, Patty, M, James, Lizzil, Athena, Theresa, Sultan, Kerver, Marty, Jay, Jon &amp; Zanna, Cookie, Kevin, Josh &amp; Cara (and anyone else I may have forgotten, it's been a while as I'm writing this.)";

	document.arrowLeft.onclick = function leftArrowLink2(){	
	changeImage('monicaWithFlowers2');
		}
		
	document.arrowRight.onclick = function leftArrowLink2(){	
	changeImage('wheresTheArtist');
		}
}


