if (window.name == 'bookwin') {
	var dummyline = document.images? '<BR>':'';
	document.write(dummyline + '<P align="center">'
	+ 'Please use Ctrl/Cmd-D or the menu now <BR>to bookmark this page<BR>'
	+ 'then <A href="javascript:window.close();">close this window</A></p>');
}