function txtWinOpen(fname) {   
	window.open(fname, 'newwindow', "width=605, height=600, status, scrollbars, resizable, screenX=20, screenY=40, left=20, top=20") 
}

function showPic(fileName, picTitle) {
	picWin = window.open("", "photo", "width=650, height=640, status, scrollbars, resizable, screenX=20, screenY=40, left=20, top=20");
	picWin.document.write('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><title>AJD Productions - Artist Statement</title><link rel="stylesheet" href="popupcontent.css" type="text/css"></head><body><table border="0" cellspacing="0" cellpadding="0"><tr><td class="smallest"><img src="images/spacer.gif" height="51" width="0" /></td><td id="page_buttons" class="biggest"><div class="center1">&quot;' + picTitle + '&quot;</div></td></tr></table><table style="background-color: white;" cellpadding="10"><tr><td><img src="' + fileName + '" class="centerimage" /></td></tr><tr><td class="center1"><a href="javascript:window.close();">Close Window</a></td></tr></table>');
	picWin.document.write('<table border="0" cellspacing="0" cellpadding="0"><tr><td><img src="images/spacer.gif" width="1" height="87" /></td><td id="page_footer" class="biggest"><div class="center1"><table style="width: 80%;" border="0" cellspacing="0" cellpadding="0"><tr><td><img src="images/ajd-logo.gif" /></td>');
	picWin.document.write('<td class="center1"><table class="smallest" border="0" cellspacing="2" cellpadding="1"><tr><td><div class="center1"><strong>.:</strong>|&nbsp;AJD Productions&nbsp;-&nbsp;2005&nbsp;|<strong>:.</strong></div></td></tr><tr><td><div class="center1"><strong>.:</strong>|&nbsp;Created&nbsp;by&nbsp;Adam&nbsp;J.&nbsp;Deutschmann&nbsp;-&nbsp;2005&nbsp;|<strong>:.</strong></div></td></tr>');
	picWin.document.write('<tr><td><div class="center1"><em>If&nbsp;you&#39;re&nbsp;reading&nbsp;this,&nbsp;you&#39;ve&nbsp;scrolled&nbsp;past&nbsp;the&nbsp;good&nbsp;stuff</em></div></td></tr></table></td><td><img src="images/CS-logo.gif" width="83" height="63" /></td></tr></table></div></td></tr></table></body></html>');
}
