<?xml version="1.0"?>
<toolbar>
	<item id="new" type="buttonSelect" mode="select" width="130" selected="new_text">
		<item type="button"	id="new_text"  text="Text Document" img="text_document.gif"/>
		<item type="button"	id="new_excel" text="Stylesheet"    img="stylesheet.gif"    />
		<item type="button"	id="new_db"    text="Database"      img="database.gif"     />
		<item type="button" 	id="new_pp"    text="Presentation"  img="presentation.gif" />
		<item type="separator"	id="new_s1"/>
		<item type="button"	id="new_other" text="Other"         img="other.gif"        />
	</item>
	<item id="print" type="buttonSelect" mode="select" width="100" selected="print_sel">
		<item type="button"	id="print_page"	 text="Page"       img="page.gif"      />
		<item type="button"	id="print_range" text="Page Range" img="page_range.gif"/>
		<item type="button"	id="print_sel"	 text="Selection"  img="selection.gif" />
		<item type="separator"	id="print_s1"/>
		<item type="button"	id="print_cfg"	 text="Settings"   img="settings.gif"  />
	</item>

</toolbar>