<!--

var photos=new Array();
photos[0]="2008/1_lg.jpg";
photos[1]="2008/2_lg.jpg";
photos[2]="2008/3_lg.jpg";
photos[3]="2008/4_lg.jpg";
photos[4]="2008/5_lg.jpg";
photos[5]="2008/6_lg.jpg";
photos[6]="2008/7_lg.jpg";
photos[7]="2008/8_lg.jpg";
photos[8]="2008/9_lg.jpg";
photos[9]="2008/10_lg.jpg";

var photoscap=new Array();
photoscap[0]="<span class=\"title\">what goes around comes around</span><br>mixed media<br>48\" x 48\"";
photoscap[1]="<span class=\"title\">this end up</span><br>mixed media<br>48\" x 24\"";
photoscap[2]="<span class=\"title\">intersection of x and y</span><br>mixed media<br>36\" x 36\"";
photoscap[3]="<span class=\"title\">pales in comparison</span><br>mixed media<br>20\" x 60\"";
photoscap[4]="<span class=\"title\">when all the signs are there</span><br>mixed media<br>36\" x 24\"";
photoscap[5]="<span class=\"title\">lofty ideals (one way)</span><br>mixed media<br>40\" x 30\"";
photoscap[6]="<span class=\"title\">time constraints</span><br>acrylic on canvas<br>30\" x 24\"";
photoscap[7]="<span class=\"title\">opposing forces (actual size)</span><br>mixed media<br>48\" x 24\"";
photoscap[8]="<span class=\"title\">Untitled</span><br>mixed media<br>24\" x 18\"";
photoscap[9]="<span class=\"title\">sustainable</span><br>acrylic on canvas<br>60\" x 48\"";

var smphotos = ''+
'<table cellpadding="0" cellspacing="10" width="263">'+
'<tr>'+
'<td class="portthumb"><a href="#" onclick="document.mainphoto.src=photos[0];document.getElementById(\'photoscap\').innerHTML=photoscap[0];"><img src="2008/1.jpg" name="one" onmouseover="document.one.src=\'2008/1_on.jpg\'" onmouseout="document.one.src=\'2008/1.jpg\'" /></a></td>'+
'<td class="portthumb"><a href="#" onclick="document.mainphoto.src=photos[1];document.getElementById(\'photoscap\').innerHTML=photoscap[1];"><img src="2008/2.jpg" name="two" onmouseover="document.two.src=\'2008/2_on.jpg\'" onmouseout="document.two.src=\'2008/2.jpg\'" /></a></td>'+
'<td class="portthumb"><a href="#" onclick="document.mainphoto.src=photos[2];document.getElementById(\'photoscap\').innerHTML=photoscap[2];"><img src="2008/3.jpg" name="three" onmouseover="document.three.src=\'2008/3_on.jpg\'" onmouseout="document.three.src=\'2008/3.jpg\'" /></a></td>'+
'</tr><tr>'+
'<td class="portthumb"><a href="#" onclick="document.mainphoto.src=photos[3];document.getElementById(\'photoscap\').innerHTML=photoscap[3];"><img src="2008/4.jpg" name="four" onmouseover="document.four.src=\'2008/4_on.jpg\'" onmouseout="document.four.src=\'2008/4.jpg\'" /></a></td>'+
'<td class="portthumb"><a href="#" onclick="document.mainphoto.src=photos[4];document.getElementById(\'photoscap\').innerHTML=photoscap[4];"><img src="2008/5.jpg" name="five" onmouseover="document.five.src=\'2008/5_on.jpg\'" onmouseout="document.five.src=\'2008/5.jpg\'" /></a></td>'+
'<td class="portthumb"><a href="#" onclick="document.mainphoto.src=photos[5];document.getElementById(\'photoscap\').innerHTML=photoscap[5];"><img src="2008/6.jpg" name="six" onmouseover="document.six.src=\'2008/6_on.jpg\'" onmouseout="document.six.src=\'2008/6.jpg\'" /></a></td>'+
'</tr><tr>'+
'<td class="portthumb"><a href="#" onclick="document.mainphoto.src=photos[6];document.getElementById(\'photoscap\').innerHTML=photoscap[6];"><img src="2008/7.jpg" name="seven" onmouseover="document.seven.src=\'2008/7_on.jpg\'" onmouseout="document.seven.src=\'2008/7.jpg\'" /></a></td>'+
'<td class="portthumb"><a href="#" onclick="document.mainphoto.src=photos[7];document.getElementById(\'photoscap\').innerHTML=photoscap[7];"><img src="2008/8.jpg" name="eight" onmouseover="document.eight.src=\'2008/8_on.jpg\'" onmouseout="document.eight.src=\'2008/8.jpg\'" /></a></td>'+
'<td class="portthumb"><a href="#" onclick="document.mainphoto.src=photos[8];document.getElementById(\'photoscap\').innerHTML=photoscap[8];"><img src="2008/9.jpg" name="nine" onmouseover="document.nine.src=\'2008/9_on.jpg\'" onmouseout="document.nine.src=\'2008/9.jpg\'" /></a></td>'+
'</tr><tr>'+
'<td></td>'+
'<td class="portthumb"><a href="#" onclick="document.mainphoto.src=photos[9];document.getElementById(\'photoscap\').innerHTML=photoscap[9];"><img src="2008/10.jpg" name="ten" onmouseover="document.ten.src=\'2008/10_on.jpg\'" onmouseout="document.ten.src=\'2008/10.jpg\'" /></a></td>'+
'<td></td>'+
'</tr></table>';
// -->
