<html>
<head>
<title> Image Popup</title>

<script language="javascript" type="text/javascript">

function newWindow (image){
imgWindow=window.open( image, "imgwin", " width=420, height=340, scrollbars=no")
imgWindow.focus()
}

</script>
</head>

<body bgcolor="white">

<h1> Double click on image for full-size version</h1>
<a href="javascript:newWindow('1454.jpg')">
<img src="1454.jpg" width="160" height="120" hspace="10" border="3" alt="thumbnail 0" >
<a href="javascript:newWindow('79ff.jpg')">
<img src="79ff.jpg" width="160" height="120" hspace="10" border="3" alt="thumbnail 1" >
<a href="javascript:newWindow('7e7a.jpg')">
<img src="7e7a.jpg" width="160" height="120" hspace="10" border="3" alt="thumbnail 2" >
</body>
</html>