<?xml version="1.0"?>
<menu>
	<item id="file" text="File">
		<item id="new" text="New" img="18/new.gif" imgdis="18/new_dis.png"/>
		<item id="file_sep_1" type="separator"/>
		<item id="open" text="Open" img="18/open.gif"/>
		<item id="save" text="Save" img="18/save.gif"/>
		<item id="file_sep_2" type="separator"/>
		<item id="print" text="Print" img="18/print.gif"/>
	</item>
	<item id="sep_top_1" type="separator"/>
	<item id="edit" text="Edit">
		<item id="undo" text="Undo" img="18/undo.gif"/>
		<item id="redo" text="Redo" img="18/redo.gif"/>
		<item id="edit_sep_1" type="separator"/>
		<item id="cut" text="Cut" img="18/cut.gif" />
		<item id="copy" text="Copy" img="18/copy.gif" />
		<item id="paste" text="Paste" img="18/paste.gif" imgdis="18/paste_dis.png"/>
	</item>
</menu>