I have a product with 3 colors. I manually built a swatch with each color comprised of a 50 by 50 pixel rectangle. I have the a dropdown for colors which has all three colors and I am using the large image manager to push 3 different colored images to my site. When I select a color from the dropdown, the displayed image changes accordingly. When I click on a swatch, the displayed image changes accordingly. The problem is that sometimes, when a swatch color is clicked on, the dropdown color does not change. This behavior can be seen at: http://vpasp.tenttrails.com/p-289-fl...-courier.aspx#.

This is the image map I am using:
<map Name="SwatchMap"><area href="#" onClick="setcolorpic_289('Cornflower Blue')" shape="rect" coords="-1, -1, 50, 50"><area href="#" onClick="setcolorpic_289('Khaki')" shape="rect" coords="49, -1, 100, 50"><area href="#" onClick="setcolorpic_289('Jet Balck')" shape="rect" coords="99, -1, 150, 50"></map>

Any help would be greatly appreciated.

Jonathan