Ok here is the answer to your questions taken straight from the Milonic website itself.
To create an image rollover on a menu item that is a clickable link to some URL:
,"<img border=0 src=images/img.gif> milonic.co.uk",
"
http://www.milonic.co.uk/ swapimage=/images/img_over.gif;",,,1
In the above example you include the 'swapimage' tag in with the URL and end it with a semicolon.
To create an image rollover on a menu item that is to produce a submenu:
,"<img border=0 src=images/img.gif> Web Tools",
"show-menu=qwebtools","# swapimage=/images/img_over.gif;",,0
In this example, you put the 'show-menu' tag as usual, but in the next comma-ed area (usually left blank) you put in quotes a pound symbol then space, then your 'swap image' tag. Dont forget this does not go with the URL, it goes in what is commented in the code as being the 'Alternate URL' section of the string.
Hope this helps all of you that needed it.
