That doesn't work inside of the area tag. Here is the code:
<map name="help">
<area shape="rect" coords="574,18,643,34" onClick="javascript:ocpHelp()">
<area shape="rect" coords="574,48,643,64" href="http://xxx.xxx.com/logoff.cfm">
</map>
I have even tried setting the cursor the...