<!--
	function newWindow(candidate) {
	var leftEdge = screen.width-400
	bios = window.open(candidate, 'ad', 'width=360,height=380,left='+leftEdge+',top='+70+',scrollbars=yes')
	bios.focus()
	}
-->
