function click(URL,Caption){
document.open()
document.write('<HTML>')
document.write('<title>Sumatra and Beyond</title><head>')
document.write('<META HTTP-EQUIV="imagetoolbar" CONTENT="no">')
document.write('<link rel=StyleSheet href="style.css" type="text/css" media="screen"></head>')
document.write('<body>')
document.write('<TABLE align="center" cellpadding=5 bgcolor="#000000">')
document.write('<tr><td align="center">')
document.write('<a href="#" onClick=\'history.back(1)\'>')
document.write('<img src="'+URL+'" border="0" alt="Click here to go back" class="wBorder">')
document.write('</a><br>'+Caption+'</td></tr></table>')
document.write('</body>')
document.write('</HTML>')
document.close()
}
