<TREE_SCRIPT> 1.01

	<HEAD>
	</HEAD>
	
	<BODY>
		# MENU 1
		# ------
		<MENU> text = "Overview"
			<LINK> text = welcome, urlsource=os_welcome.html, MouseOutImage=home.gif, MouseOverImage=home.gif
			
			<MENU> text = "Features ...", 
				<LINK> text = "web designer", urlsource=webdesigner.html
				<LINK> text = "end-user", urlsource=enduser.html
			</MENU>
		</MENU>

		# MENU 2
		# ------

		<MENU> text = "Conditions of use"
			<LINK> text = "license agreement", urlsource=license.html, MouseOutImage=caution.gif, MouseOverImage=caution.gif
			<LINK> text = "non-commercial", urlsource=nocom.html
			<LINK> text = "commercial or intranet", urlsource=ol_com.html
		</MENU>

		# MENU 3
		# ------

		<MENU> text = "User manual"
			<LINK> text="required files", urlsource=os_reqfile.html, MouseOutImage=stop.gif, MouseOverImage=stop.gif
			
			<MENU> text = "Reference manual"

				# -------------------- html file ----------------------
				<MENU> text = "Html file"
					<LINK> text=overview, urlsource=over1.html, MouseOutImage=magnify.gif, MouseOverImage=magnify.gif
					<LINK> text=required, urlsource=requ1.html, MouseOutImage=stop.gif, MouseOverImage=stop.gif

					<MENU> text=Optional
						<LINK> text=tree, urlsource=opt1.html
						<LINK> text=scrollbar, urlsource=opt2.html
						<LINK> text=global, urlsource=opt3.html
					</MENU>
				</MENU>
				
				# -------------------- script file ----------------------
				<MENU> text = "Script file"
					<LINK> text = "overview", urlsource=over2.html, MouseOutImage=magnify.gif, MouseOverImage=magnify.gif
					<LINK> text = "required", urlsource=requ2.html, MouseOutImage=stop.gif, MouseOverImage=stop.gif

					<MENU> text=Head
						<LINK> text = "definition", urlsource=def1.html
						<LINK> text = "properties", urlsource=prop1.html
						<LINK> text = "example", urlsource=ex1.html
					</MENU>
						

					<MENU> text=Body
						<LINK> text = "definition", urlsource=def2.html
						<LINK> text = "properties", urlsource=prop2.html
						<LINK> text = "example", urlsource=ex2.html
					</MENU>

				</MENU>

				<MENU> text = "Formats"
					<LINK> text = "text font", urlsource=os_font.html
					<LINK> text = "color", urlsource=os_color.html
					<LINK> text = "image file", urlsource=os_image.html
					<LINK> text = "audio file", urlsource=os_audio.html
				</MENU>

				<LINK> Text = lexicon, UrlSource=lex.html, MouseOutImage=note.gif, MouseOverImage=note.gif
				
			</MENU>
			
			<LINK> text = "F.A.Q.", urlsource=faq.html, MouseOutImage=questionmark.gif, MouseOverImage=questionmark.gif

		</MENU>
		
		# E-MAIL
		# ------
		<LINK> text = "e-mail", urlsource="mailto:robdella@webshuttle.ch?SUBJECT=TreeApplet ...", urltarget=_self, MouseOutImage=mail.gif, MouseOverImage=mail.gif
		
		
	</BODY>

</TREE_SCRIPT>