I have been successfully using a jQuery popup to display different DIVs when clicking on different links. However, I now need it to work with an image map. It appears that the "rel" attribute is not functioning properly with the image map. Check out the example here - http://fiddle.jshell.net/B6A38/
Although W3schools states that it is acceptable to use the "rel" attribute with image maps - http://www.w3schools.com/TAGS/att_area_rel.asp
I would appreciate any assistance!