Menu Top
	f.menu		"System"	[ F= ] system
	f.menu		"Other Hosts" [ H=other-hosts I=term.xpm ] hosts
	f.menu		"Apps"		[ F=rtc.html ] apps
	f.clock		"GMT %I:%M:%S %p"	[ T=1s ]
	f.mail-box 	"Mail: %2d" [ T=1 ] /usr/spool/mail/$USER
	f.disk-space 	"%.4gMb ~" $HOME green=:40 yellow=40:10 orange=10:5 red=5:
	f.help-menu	"Help" Help-menu	
EndMenu

Menu Help-menu
	f.help-on-context "On Context"
EndMenu

Menu system
	f.label		"System"
	f.separator 	""
	f.button	"Lock Screen"	[ I=xlock.xpm ] xlock
	f.separator 	""
	f.exit		"Quit"	
EndMenu

Menu hosts
	f.label		"Remote Hosts"
	f.separator 	""
	f.button	"arthur the toaster" /usr/local/bin/rcmd arthur-the-toaster
	f.button	"morgana the jotter" /usr/local/bin/rcmd morgana-the-jotter
EndMenu

Menu apps
	f.button	"Word Processing"	[ T=10s N=1 ] xterm -title "WordProcessor"
	f.button	"Spreadsheet"		[ N=1 ] xterm -title "SpreadSheet"
	f.button	"XV"			[ N=1 ] xv
EndMenu

# name to help lookup

HelpText other-hosts

This lists a number of other machines 
that you may log into.

EndHelp
