function click(URL,Caption){
document.open()
document.write('<HTML>')
document.write('<title>City Park Lodge Photos Gallery</title><head>')
document.write('<META HTTP-EQUIV="imagetoolbar" CONTENT="no">')
document.write('<style type="text/css">')
document.write('<!--')
document.write('.style1 {')
document.write('font-size: x-small;')
document.write('font-family: Verdana, Arial, Helvetica, sans-serif;')
document.write('}')
document.write('-->')
document.write('</style>')
document.write('</head>')
document.write('<body leftmargin=0 rightmargin=0 topmargin=0 bottommargin=0 marginheight=0 marginwidth=0>')
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><a href="#" onClick=\'history.back(1)\'>')
document.write('<img src="'+URL+'" border="0" alt="Click here to go back"></a><br>')
document.write('<b>'+Caption+'</b><span class="style1"> :: Click on the image to go back to the list of image ::</span>')
document.write('</td></tr></table>')
document.write('</td></tr></table>')
document.write('</body>')
document.write('</HTML>')
document.close()
}