Setting Color Profiles in Illustrator 10

I can set the Profiles in Photoshop 7 with the following:

tell application “Adobe Photoshop 7.0”
activate
set color settings to “My Profile”
end tell

I need to be able to do the this in Illustrator 10 but “color settings” is not in the Illustrator script dictionary.

What is the easiest way to complete this, possibly with some sort of command(s) that manipulate the menu items?

If it helps point to a solution, I will be need to use scripting to manipulate other applications (menu items) that also are not included in applescript dictionaries.

Thanks