<?xml version="1.0"?>
<menu name="links">
	<item name="links" action="message" variables="here is a menu of useful links"/>
	<menu name="macromedia">
		<item name="flash" action="gotoURL" variables="http://www.macromedia.com/software/flash"/>
		<item name="dreamweaver" action="gotoURL" variables="http://www.macromedia.com/software/dreamweaver"/>
		<item name="fireworks" action="gotoURL" variables="http://www.macromedia.com/software/fireworks"/>
	</menu>
	<menu name="kirupa">
		<item name="home" action="gotoURL" variables="http://www.kirupa.com"/>
		<item name="forums" action="gotoURL" variables="http://www.kirupaforum.com/forums/index.php"/>
		<menu name="tutorials">
			<item name="actionscript" action="gotoURL" variables="http://www.kirupa.com/developer/actionscript/index.htm"/>
			<item name="photoshop" action="gotoURL" variables="http://www.kirupa.com/photoshop/index.htm"/>
			<item name="web" action="gotoURL" variables="http://www.kirupa.com/web/index.htm"/>
		</menu>
	</menu>
	<item name="google" action="gotoURL" variables="http://www.google.com"/>
	<menu name="load menu">
		<item name="example" action="newMenu" variables="menu1.xml"/>
		<item name="messages" action="newMenu" variables="menu2.xml"/>
		<item name="links" action="newMenu" variables="menu3.xml"/>
	</menu>
</menu>
