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

<window id="goeland-window" title="goeland" 
    xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
    xmlns:html="http://www.w3.org/1999/xhtml">

    <script type="application/x-javascript" src="goeland.js" />

    <toolbox id="navigator-toolbox">
        <toolbar id="goeland_bar" tbalign="stretch">
            <image src="images/logo.png" /> 
            <toolbarseparator />
            <toolbarbutton id="button_arrow" onclick="sel_arrow();" image="images/arrow.png" />
            <toolbarbutton id="button_rectangle" onclick="sel_rectangle();" image="images/rectangle.png" />
	    <toolbarbutton id="button_image" onclick="sel_image();" image="images/rectangle.png" />
            <spacer flex="1" />
        </toolbar>
    </toolbox>

    <html:object type="application/goeland" id="goeland" width="100%" height="400" />

</window>
