Right-Click Menu Script

[FONT=Arial][COLOR=black][COLOR=black][FONT=Arial]Hi all,[/FONT][/COLOR]

[COLOR=black][FONT=Arial]Just found this script to customise the menu which pops up when you right-click on a flash file, except I’d like to customise it further by changing a few things.[/FONT][/COLOR]

[COLOR=black][FONT=Arial]Using action script, I know how to add additional lines, but [/FONT][/COLOR][COLOR=black][FONT=Arial]is it possible to change the font colour of certain lines? And to have the menu pop up but disable the blue rollover which highlights each line on the menu?[/FONT][/COLOR]

[COLOR=black][FONT=Arial]Heres the script; [/FONT][/COLOR]
[/COLOR][/FONT]

[COLOR=#606060][FONT=Arial]function doSomething(){}[/FONT][/COLOR]
[FONT=Arial][COLOR=#606060]MENU = new ContextMenu();[/COLOR][/FONT]
[FONT=Arial][COLOR=#606060]MENU.hideBuiltInItems();[/COLOR][/FONT]
[FONT=Arial][COLOR=#606060]Functioned = new ContextMenuItem("This movie is copyrighted by Your Company Name", doSomething);[/COLOR][/FONT]
[FONT=Arial][COLOR=#606060]MENU.customItems.push(Functioned);[/COLOR][/FONT]
[FONT=Arial][COLOR=#606060]_root.menu = MENU;[/COLOR][/FONT]

Thanks in advance to anyone who can help. Cheers.:smiley: