IDs used for main menu item removal
You can remove main menu items by using the related IDs in the trace log.
IDs for the CCMS Desktop main menus are
			listed in the 
		Processing [menu] section of the trace
			log.Processing [menu]
	file ...........................................: 
	edit ...........................................: 
	navigate .......................................: To remove a main menu item, enter its ID in a 
	<removeditem> element. For example, to remove the edit menu, enter its ID in the eclipseui.xml file as
			follows:<section id="menu">
   <removeditem id="edit"/>
   ...