<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin" ?>
<window title="my project"
        xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
        xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
        xmlns:svg="http://www.w3.org/2000/svg"
        xmlns:xlink="http://www.w3.org/1999/xlink"
        xmlns:html="http://www.w3.org/1999/xhtml"
        orient="vertical"
        width="600"
        height="480"
>

<menubar id="mainmenubar">
  <menu id="help-menu" label="test">
    <menupopup>
        <menuitem label="ouvrir en 400*200"
          oncommand="window.open('test2.xul','_blank','width=400,height=200,resizable=1,scrollbars=1,toolbar=1,menubar=1,location=0,status=0')" />
        <menuitem label="ouvrir en 800*600"
          oncommand="window.open('test2.xul','_blank','width=800,height=600,resizable=1,scrollbars=1,toolbar=1,menubar=1,location=0,status=0')" />
        <menuseparator />
        <menuitem label="win chrome en 400*200"
          oncommand="window.open('test2.xul','_blank','chrome,width=400,height=200,resizable=1,scrollbars=0,toolbar=0,menubar=0,location=0,status=0')" />
        <menuitem label="win chrome en 800*600"
          oncommand="window.open('test2.xul','_blank','chrome,width=800,height=600,resizable=1,scrollbars=0,toolbar=0,menubar=0,location=0,status=0')" />
        <menuseparator />
        <menuitem label=" sans taille"
          oncommand="window.open('test2.xul','_blank','chrome,resizable=1,scrollbars=0,toolbar=0,menubar=0,location=0,status=0')" />
    
    </menupopup>
  </menu>

</menubar>
<description>fenetre 1</description>
</window>
