<?xml version="1.0"?>

<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="sidebar.css" type="text/css"?>

<window id="" title="Ultimate Sidebar"
        xmlns:html="http://www.w3.org/1999/xhtml"
        xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
        onload="doOnload()">
        
  <menulist id="sidebarPicker" label="Display a Sidebar" oncommand="loadPage()">
    <menupopup>
    </menupopup>
  </menulist>

<script src="sidebar.js" />

<hbox flex="1">
  <html:iframe id="sidebarContent" src="sidebar.html" flex="2" />
  <html:iframe width="1" id="cookie" src="cookie.html" />
</hbox>
</window>
