<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater can_close="true" can_drag_on_left="false" can_minimize="true" can_resize="true"
     height="500" min_height="300" min_width="300" name="htmlhelp"
     title="Second Life Help" width="700">
	<button bottom="-45" follows="top|left" font="SansSerifSmall" height="20" label="Back"
	     left="15" name="back_btn" width="70" />
	<button bottom_delta="0" follows="top|left" font="SansSerifSmall" height="20"
	     label="Forward" left_delta="75" name="forward_btn" width="70" />
	<button bottom_delta="0" follows="top|left" font="SansSerifSmall" height="20"
	     label="Home" left_delta="75" name="home_btn" width="70" />
	<text bottom_delta="5"
		follows="top|left|right"
		left_delta="100"
		name="status_text"
		right="-5"
		height="16">
		Ready
	</text>
	<web_browser name="html_help_browser"
		bottom="10"
		follows="top|left|bottom|right"
		font="SansSerifSmall"
		left="15"
	    right="-15" top="-55" start_url="http://secondlife.com/app/help/" />
</floater>
