I am using 3 images per menu item. I have the mouseover and mouseout rollovers working fine. I would like to be able to take my 3rd image and treat it as selected. I have found that (I am new to JS) the selected event is only for text objects but I have seen this done on sites before. I read somewhere that I am to give the image the checkbox attribute to get this to work. I really do not know. If someone can give me an example of how to do this (or if I can) using image1(as mouseover), image2(as mouseout) and image3 (as selected). Thanks.