function popKeox(URL) {
	newwindow=window.open('','name','height=660,width=920');
	var tmp = newwindow.document;
	tmp.write('<html><head><title>bridport</title>');
	tmp.write('<style type="text/css">');
	tmp.write('body { font-size: 11px; text-align: right; }');
	tmp.write('a:link, a:visited { color: #3d68a8; text-decoration: underline; }');
	tmp.write('a:hover { color: #3d68a8; text-decoration: underline; }');
	tmp.write('</style></head><body>');
	tmp.write('<img src="' + URL + '" alt="bridport investment" />');
	tmp.write('<p><a href="javascript:self.close()">close this window</a></p>');
	tmp.write('</body></html>');
	tmp.close();
}
