<!--//
function show_photo(pFileName, pTitle, pCaption)
{photoWin = window.open ("", "photo", "width = 418px, height = 415px, status, scrollbars=no, resizable=no, screenX=20, screenY=40, left=0, top=0");
  photoWin.document.write('<html><head><title>' + pTitle + '</title></head>');	
  photoWin.document.write('<BODY BGCOLOR=#ffffff TEXT=#006600 LINK=#33CCFF VLINK=#FF6666>');
  photoWin.document.write('<font size=+3 face="arial,helvetica"><b>' + pCaption + '</b></font><br>');
  photoWin.document.write('<img src="' + pFileName + '"><p>');
  photoWin.document.write('<font size=-2 face="arial,helvetica">');
  photoWin.document.write( '"' + pTitle + '" photo &copy; <a href="mailto:holly@hollybrewer.com">Holly Brewer</a>');
  photoWin.document.write('<p></font></body></html>');
  photoWin.document.close();	
// In NetScape, we can bring the window to the front
	if (navigator.appName.substring(0,8) == "Netscape") photoWin.focus();}

function show_photo_big(pFileName, pTitle, pCaption)
{photoWin = window.open ("", "photo", "width = 418px, height = 520px, status, scrollbars=no, resizable=no, screenX=20, screenY=40, left=200, top=0");
  photoWin.document.write('<html><head><title>' + pTitle + '</title></head>');	
  photoWin.document.write('<BODY BGCOLOR=#ffffff TEXT=#006600 LINK=#33CCFF VLINK=#FF6666>');
  photoWin.document.write('<font size=+3 face="arial,helvetica"><b>' + pCaption + '</b></font><br>');
  photoWin.document.write('<img src="' + pFileName + '"><p>');
  photoWin.document.write('<font size=-2 face="arial,helvetica">');
  photoWin.document.write( '"' + pTitle + '" photo &copy; <a href="mailto:holly@hollybrewer.com">Holly Brewer</a> &nbsp;');
  photoWin.document.write('<p></font></body></html>');
  photoWin.document.close();	
// In NetScape, we can bring the window to the front
	if (navigator.appName.substring(0,8) == "Netscape") photoWin.focus();}

function show_photo_bigger(pFileName, pTitle, pCaption)
{photoWin = window.open ("", "photo", "width = 418px, height = 550px, status, scrollbars=no, resizable=no, screenX=20, screenY=40, left=200, top=0");
  photoWin.document.write('<html><head><title>' + pTitle + '</title></head>');	
  photoWin.document.write('<BODY BGCOLOR=#ffffff TEXT=#006600 LINK=#33CCFF VLINK=#FF6666>');
  photoWin.document.write('<font size=+3 face="arial,helvetica"><b>' + pCaption + '</b></font><br>');
  photoWin.document.write('<img src="' + pFileName + '"><p>');
  photoWin.document.write('<font size=-2 face="arial,helvetica">');
  photoWin.document.write( '"' + pTitle + '" photo &copy; <a href="mailto:holly@hollybrewer.com">Holly Brewer</a> &nbsp;');
  photoWin.document.write('<p></font></body></html>');
  photoWin.document.close();	
// In NetScape, we can bring the window to the front
	if (navigator.appName.substring(0,8) == "Netscape") photoWin.focus();}
//-->
