<!--

function popup(image,caption)
{
	winimg = window.open("", "", "width=600,height=580")
	winimg.document.write ("<html><head><link rel='STYLESHEET' type='text/css' href='hawthorn.css'></head><body><div align='center'><IMG BORDER=0 SRC='" + image + "'><blockquote>" + caption + "</blockquote>")
	winimg.document.write ("<A HREF='' onClick='self.close()'>Close Window</a></div></body></html>")
}
//-->