I have a 2 state button with an up.gif and a down.gif with behavior set for
mouseover. Multiple hotspots were set in FW - a circle with rectangle below.
Here is DW code

<a href="javascript:;"
onMouseOver="MM_swapImage('Image1','','graphics/btn_pokerchip_free_down.gif',1)"
onMouseOut="MM_swapImgRestore()"><img src="graphics/btn_pokerchip_free_up.gif"
name="Image1" border="0" id="Image1"></a>

I'm having 2 problems.
1. The hotspots I set if FW are ignored and I just get one big rectangle
around all I think this is the same as the auto-generated hotspot. If the
auto-gen hotspot is over-riding the ones I selected, DW has a funny way of
showing it since it shows my hotspots highlighted.
2. I can't figure out how to link a page to the image/hotspot. Using
Insert:Hyperlink does whacky stuff & doesn't work here.

Any suggestions would be appreciated.

Thanks,
Dennis