Hi guys,

I created a code where there is a picture in the background (Background.jpg ) and once you pass your mouse over some predefined areas of the picture, the specific area changes to another picture (Article1.jpg) and a sound is played. On mouse out, it reverts to the original background
The code below works and the part which is underlined will eventually be copied 4-5 times to create 4-5 of those specific areas.
I have...