function click(URL,Caption){
document.open()
document.write('<HTML>')
document.write('<title>TYK Adventure Tours</title><head>')
document.write('<META HTTP-EQUIV="imagetoolbar" CONTENT="no">')
document.write('<link rel=StyleSheet href="tyk.css" type="text/css" media="screen"></head>')
document.write('<body>')
document.write('<TABLE cellpadding=0 cellspacing=0 width="100%" height="90%" ><tr><td align="center">')
document.write('<TABLE cellpadding=0 cellspacing=0><tr><td align="center">')
document.write(' <p><h3>TYK Adventure Tours Photo Gallery</h3></P>')
document.write('<a href="#" onClick=\'history.back(1)\'>')
document.write('<img src="'+URL+'" border="0" alt="Back To Previous Page" class="wBorder"></a><p>')
document.write('<b>'+Caption+'</b>')
document.write('<p>&nbsp;</p>')
document.write('</td></tr></table>')
document.write('</td></tr></table>')
document.write('</body>')
document.write('</HTML>')
document.close()
}
