<?xml version="1.0"?>

<overlay id="menuoverlay"
    xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  

  <script type="application/x-javascript">
  function AfficherLexique()
{
	window.openDialog("chrome://lexique/content/lexique.xul",
					  "Lexique","dependent,centerscreen");
}

  </script>


	<treechildren id="aidetreechildren">
		<treeitem container="true">
			<treerow><treecell label="Lexique" /></treerow>
			<treechildren>
				<treeitem><treerow><treecell label="Introduction" /></treerow></treeitem>
				<treeitem><treerow><treecell label="Extensions" /></treerow></treeitem>
				<treeitem><treerow><treecell label="Préférences" /></treerow></treeitem>
			</treechildren>
		</treeitem>
	</treechildren>
  
  
</overlay>