function click(URL,Caption){
document.open()
document.write('<HTML>')
document.write('<title>Sandakan Ranau Death March - '+Caption+'</title><head>')
document.write('<META HTTP-EQUIV="imagetoolbar" CONTENT="no">')
document.write('<link rel=StyleSheet href="dm.css" type="text/css" media="screen">')
document.write('</head>')
document.write('<body background="pic/bgs.jpg" leftmargin=0 rightmargin=0 topmargin=0 bottommargin=0 marginheight=0 marginwidth=0>')
document.write('<TABLE align="center" cellpadding=5><tr><td align="center">')
document.write('<a href="" onClick=\'history.back(1)\'>')
document.write('<img src="pic/logos.jpg" border="0" width="212" height="100" alt="Sandakan-Ranau Death March"></a>')
document.write('</td></tr><tr><td align="center"><br>')
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><b>'+Caption+'</b></td></tr></table>')
document.write('</body>')
document.write('</HTML>')
document.close()
}
