Report '_imagemap_href' if type = 'Note' then 'nohref'; else if type = 'Graph' then do :Graph {'href="'; oid; '.html'; '" onMouseOut="window.status=''''; return true" onMouseOver="window.status='''; id; ': '; type; '''; return true"';}; endif; if type = 'Subproject' then do :Subproject name; {'href="'; oid; '.html'; '" onMouseOut="window.status=''''; return true" onMouseOver="window.status='''; id; ': '; type; '''; return true"';}; endif; endif; endreport