<TREE_MENU_NESTED OFFSET='15' MAINCOLOR='#000000' SUBCOLOR='#666666' OVERCOLOR='#ff0000'>
<!--
How to create your XML menu:
   - To make a Folder TREE use simply the <TREE>Title</TREE> tag, then insert Nested
   sub menu inside <TREE></TREE> tags.
   
   - link menu constructor:
   <TREE ACTION="" LINK="" TARGET="">Title</TREE>
      - ACTION: FRAME/URL
            FRAME if you want to make a link inside your flash movie.
            URL to make an hyperlink to a specific html page outside flash
      - LINK: Frame Number/Web Page
            Frame Number in case you have selected FRAME as action
            Web Page if you chose URL as action
      - TARGET: Window/Movie Clip
            Window is the target window or frame
            Movie Clip is the target location for links inside flash
-->
   <TREE>Sephiroth tree nav
      <TREE ACTION="FRAME" LINK="2" TARGET="_root.movieClip1">Goto A Specific Flash Frame</TREE>
      <TREE ACTION="URL" LINK="about:blank" TARGET="_blank">Or open an html web page</TREE>       
      <TREE>Test first nested
         <TREE LINK="http://www.macromedia.com" TARGET="_blank">Macromedia</TREE>      
         <TREE>Second nested test
            <TREE ACTION="URL" LINK="http://www.sephiroth.it" TARGET="_blank">Sephiroth's site</TREE>
            <TREE>Sephiroth's experiment
               <TREE ACTION="URL" LINK="http://www.sephiroth.it/download/detail.php?id=84" TARGET="_blank">Text Effect 2</TREE>
               <TREE ACTION="URL" LINK="http://www.sephiroth.it/download/detail.php?id=83" TARGET="_blank">FireWorks</TREE>
               <TREE ACTION="URL" LINK="http://www.sephiroth.it/download/detail.php?id=80" TARGET="_blank">Text Effect 1</TREE>
               <TREE>Poll Systems
                  <TREE ACTION="URL" LINK="http://www.sephiroth.it/download/detail.php?id=77" TARGET="_blank">XML Poll</TREE>
                  <TREE ACTION="URL" LINK="http://www.sephiroth.it/download/detail.php?id=51" TARGET="_blank">MySql Poll</TREE>
               </TREE>
               <TREE>PHP Scripts
                  <TREE ACTION="URL" LINK="http://www.sephiroth.it/download/detail.php?id=72" TARGET="_blank">Address Book</TREE>
                  <TREE ACTION="URL" LINK="http://www.sephiroth.it/download/detail.php?id=64" TARGET="_blank">Prev Next Class</TREE>
               </TREE>
             </TREE>
         </TREE>
         <TREE>Flash forums
            <TREE LINK="www.sephiroth.it" TARGET="_blank">Flash general</TREE>
            <TREE LINK="www.sephiroth.it/exp" TARGET="_blank">ActionScript</TREE>            
            <TREE LINK="www.sephiroth.it/exp" TARGET="_blank">Check flash sites</TREE>               
         </TREE>         
      </TREE>
   </TREE>
   <TREE>Flash Exchange
      <TREE>Browsers
         <TREE ACTION="URL" LINK="http://dynamic.macromedia.com/bin/MM/exchange/extension_detail.jsp?extOid=296388" TARGET="_blank">Easy Popup</TREE>
         <TREE ACTION="URL" LINK="http://dynamic.macromedia.com/bin/MM/exchange/extension_detail.jsp?extOid=146696" TARGET="_blank">Status Bar Message</TREE>
      </TREE>
      <TREE>Learning
         <TREE ACTION="URL" LINK="http://dynamic.macromedia.com/bin/MM/exchange/extension_detail.jsp?extOid=189527" TARGET="_blank">Learning Extension</TREE>
      </TREE>
      <TREE>Navigation
         <TREE ACTION="URL" LINK="http://dynamic.macromedia.com/bin/MM/exchange/extension_detail.jsp?extOid=197839" TARGET="_self">Macromedia Tree Menu</TREE>
         <TREE ACTION="URL" LINK="http://dynamic.macromedia.com/bin/MM/exchange/extension_detail.jsp?extOid=245769" TARGET="_self">Universal Scroller</TREE>
         <TREE ACTION="URL" LINK="http://dynamic.macromedia.com/bin/MM/exchange/extension_detail.jsp?extOid=116563" TARGET="_self">OS UI Elements</TREE>
         <TREE ACTION="URL" LINK="http://dynamic.macromedia.com/bin/MM/exchange/extension_detail.jsp?extOid=205275" TARGET="_self">Factor Studio Tree nav</TREE>
      </TREE>
      <TREE>Productivity
         <TREE ACTION="URL" LINK="http://dynamic.macromedia.com/bin/MM/exchange/extension_detail.jsp?extOid=129817" TARGET="_self">Scroll Menu</TREE>
         <TREE ACTION="URL" LINK="http://dynamic.macromedia.com/bin/MM/exchange/extension_detail.jsp?extOid=166943" TARGET="_self">Preloader Smart Clip</TREE>
         <TREE ACTION="URL" LINK="http://dynamic.macromedia.com/bin/MM/exchange/extension_detail.jsp?extOid=129818" TARGET="_self">Slider</TREE>
      </TREE>
   </TREE>
   <TREE ACTION="URL" LINK="http://www.sephiroth.it/test/smart_clip/nested_tree_xml/tree_nested.xml" TARGET="_blank">View XML source</TREE>
   <TREE ACTION="URL" LINK="http://www.sephiroth.it/test/smart_clip/nested_tree_xml/doc/doc.html" TARGET="_blank">Documentation</TREE>
   <TREE ACTION="URL" LINK="mailto:wishmaster@sephiroth.it" TARGET="_self">Contact me for bugs</TREE>
</TREE_MENU_NESTED>
