<?xml version='1.0' standalone='yes'?>
<?xml-stylesheet type="text/xsl" href="map1.xsl" indent-result="yes" ?>
<SiteMap>
<Menu>
      <Level1 type='Folder'>
            <Code>0</Code>
            <Title>Floys</Title>
            <Url></Url>
            <Tooltip>Social, territorial Alife creatures</Tooltip>
            <Level>2</Level>
            <Type>Folder</Type>
            <Frame></Frame>
            <FontName></FontName>
            <FontStyle></FontStyle>
            <FontSize></FontSize>
            <Icon></Icon>
            <Description>Floys are flocking Alife creatures having a territorial awareness: they defend their territory against any stranger. Floys are implemented in Java applets with free source code</Description>
            <Flag></Flag>
            <Level2 type='Item'>
                  <Code>00</Code>
                  <Title>Description</Title>
                  <Url>/ofiles/Floys2.html</Url>
                  <Tooltip>Description of the Floys applets</Tooltip>
                  <Level>3</Level>
                  <Type>Item</Type>
                  <Frame></Frame>
                  <FontName></FontName>
                  <FontStyle></FontStyle>
                  <FontSize></FontSize>
                  <Icon></Icon>
                  <Description></Description>
                  <Flag></Flag>
            </Level2>
            <Level2 type='Item'>
                  <Code>01</Code>
                  <Title>Basic Floys</Title>
                  <Url>/ofiles/JavaFloys.html</Url>
                  <Tooltip>The basic version of the Floys applet</Tooltip>
                  <Level>3</Level>
                  <Type>Item</Type>
                  <Frame></Frame>
                  <FontName></FontName>
                  <FontStyle></FontStyle>
                  <FontSize></FontSize>
                  <Icon></Icon>
                  <Description></Description>
                  <Flag></Flag>
            </Level2>
            <Level2 type='Item'>
                  <Code>02</Code>
                  <Title>Individualistic Floys</Title>
                  <Url>/ofiles/iFloys.html</Url>
                  <Tooltip>Supports individual attributes for each Floy</Tooltip>
                  <Level>3</Level>
                  <Type>Item</Type>
                  <Frame></Frame>
                  <FontName></FontName>
                  <FontStyle></FontStyle>
                  <FontSize></FontSize>
                  <Icon></Icon>
                  <Description></Description>
                  <Flag></Flag>
            </Level2>
            <Level2 type='Item'>
                  <Code>03</Code>
                  <Title>Evolving Floys</Title>
                  <Url>/ofiles/Efloys.html</Url>
                  <Tooltip>Floys evolution by genetic algorithm</Tooltip>
                  <Level>3</Level>
                  <Type>Item</Type>
                  <Frame></Frame>
                  <FontName></FontName>
                  <FontStyle></FontStyle>
                  <FontSize></FontSize>
                  <Icon></Icon>
                  <Description></Description>
                  <Flag></Flag>
            </Level2>
            <Level2 type='Item'>
                  <Code>04</Code>
                  <Title>Tcl/Tk Floys</Title>
                  <Url>/ofiles/tFloys640_1.html</Url>
                  <Tooltip>Floys tclet, implemented in Tcl/Tk</Tooltip>
                  <Level>3</Level>
                  <Type>Item</Type>
                  <Frame></Frame>
                  <FontName></FontName>
                  <FontStyle></FontStyle>
                  <FontSize></FontSize>
                  <Icon></Icon>
                  <Description></Description>
                  <Flag></Flag>
            </Level2>
            <Level2 type='Item'>
                  <Code>05</Code>
                  <Title>Source Code</Title>
                  <Url>/ofiles/Download.html</Url>
                  <Tooltip>Free source code of all applets</Tooltip>
                  <Level>3</Level>
                  <Type>Item</Type>
                  <Frame></Frame>
                  <FontName></FontName>
                  <FontStyle></FontStyle>
                  <FontSize></FontSize>
                  <Icon></Icon>
                  <Description></Description>
                  <Flag></Flag>
            </Level2>
      </Level1>
      <Level1 type='Folder'>
            <Code>1</Code>
            <Title>GA Playground</Title>
            <Url></Url>
            <Tooltip>A genetic algorithm toolkit implemented in Java</Tooltip>
            <Level>2</Level>
            <Type>Folder</Type>
            <Frame></Frame>
            <FontName></FontName>
            <FontStyle></FontStyle>
            <FontSize></FontSize>
            <Icon></Icon>
            <Description>A general purpose GA toolkit implemented in Java, designed for experimenting with genetic algorithms and handling optimization problems of diverse kinds</Description>
            <Flag></Flag>
            <Level2 type='Item'>
                  <Code>10</Code>
                  <Title>Table of Contents</Title>
                  <Url>/ofiles/ga/gaa/gaa.html#GAA</Url>
                  <Tooltip>Table of contents</Tooltip>
                  <Level>3</Level>
                  <Type>Item</Type>
                  <Frame></Frame>
                  <FontName></FontName>
                  <FontStyle></FontStyle>
                  <FontSize></FontSize>
                  <Icon></Icon>
                  <Description></Description>
                  <Flag></Flag>
            </Level2>
            <Level2 type='Item'>
                  <Code>11</Code>
                  <Title>Features</Title>
                  <Url>/ofiles/ga/gaa/gaa.html#GeneralNotes</Url>
                  <Tooltip>Additional information about the program</Tooltip>
                  <Level>3</Level>
                  <Type>Item</Type>
                  <Frame></Frame>
                  <FontName></FontName>
                  <FontStyle></FontStyle>
                  <FontSize></FontSize>
                  <Icon></Icon>
                  <Description></Description>
                  <Flag></Flag>
            </Level2>
            <Level2 type='Item'>
                  <Code>12</Code>
                  <Title>Examples</Title>
                  <Url>/ofiles/ga/gaa/gaa.html#Examples</Url>
                  <Tooltip>Sample implementations</Tooltip>
                  <Level>3</Level>
                  <Type>Item</Type>
                  <Frame></Frame>
                  <FontName></FontName>
                  <FontStyle></FontStyle>
                  <FontSize></FontSize>
                  <Icon></Icon>
                  <Description></Description>
                  <Flag></Flag>
                  <Level3 type='Item'>
                        <Code>120</Code>
                        <Title>TSP</Title>
                        <Url>/ofiles/ga/gaa/gaa.html#DemoTsp</Url>
                        <Tooltip>Travelling Salesman Problem</Tooltip>
                        <Level>4</Level>
                        <Type>Item</Type>
                        <Frame></Frame>
                        <FontName></FontName>
                        <FontStyle></FontStyle>
                        <FontSize></FontSize>
                        <Icon></Icon>
                        <Description></Description>
                        <Flag></Flag>
                  </Level3>
                  <Level3 type='Item'>
                        <Code>121</Code>
                        <Title>Knapsack</Title>
                        <Url>/ofiles/ga/gaa/gaa.html#DemoKnapsack</Url>
                        <Tooltip>The Knapdack problem</Tooltip>
                        <Level>4</Level>
                        <Type>Item</Type>
                        <Frame></Frame>
                        <FontName></FontName>
                        <FontStyle></FontStyle>
                        <FontSize></FontSize>
                        <Icon></Icon>
                        <Description></Description>
                        <Flag></Flag>
                  </Level3>
                  <Level3 type='Item'>
                        <Code>122</Code>
                        <Title>Bin Packing</Title>
                        <Url>/ofiles/ga/gaa/gaa.html#DemoBP</Url>
                        <Tooltip>Bin Packing</Tooltip>
                        <Level>4</Level>
                        <Type>Item</Type>
                        <Frame></Frame>
                        <FontName></FontName>
                        <FontStyle></FontStyle>
                        <FontSize></FontSize>
                        <Icon></Icon>
                        <Description></Description>
                        <Flag></Flag>
                  </Level3>
                  <Level3 type='Item'>
                        <Code>123</Code>
                        <Title>Facility Allocation</Title>
                        <Url>/ofiles/ga/gaa/gaa.html#DemoFA</Url>
                        <Tooltip>Facility Allocation</Tooltip>
                        <Level>4</Level>
                        <Type>Item</Type>
                        <Frame></Frame>
                        <FontName></FontName>
                        <FontStyle></FontStyle>
                        <FontSize></FontSize>
                        <Icon></Icon>
                        <Description></Description>
                        <Flag></Flag>
                  </Level3>
                  <Level3 type='Item'>
                        <Code>124</Code>
                        <Title>Multi Modal</Title>
                        <Url>/ofiles/ga/gaa/gaa.html#DemoMulti-Modal</Url>
                        <Tooltip>Multi Modal</Tooltip>
                        <Level>4</Level>
                        <Type>Item</Type>
                        <Frame></Frame>
                        <FontName></FontName>
                        <FontStyle></FontStyle>
                        <FontSize></FontSize>
                        <Icon></Icon>
                        <Description></Description>
                        <Flag></Flag>
                  </Level3>
                  <Level3 type='Item'>
                        <Code>125</Code>
                        <Title>Miscellaneous</Title>
                        <Url>/ofiles/ga/gaa/gaa.html#DemoFunctions</Url>
                        <Tooltip>Miscellaneous</Tooltip>
                        <Level>4</Level>
                        <Type>Item</Type>
                        <Frame></Frame>
                        <FontName></FontName>
                        <FontStyle></FontStyle>
                        <FontSize></FontSize>
                        <Icon></Icon>
                        <Description></Description>
                        <Flag></Flag>
                  </Level3>
            </Level2>
            <Level2 type='Item'>
                  <Code>13</Code>
                  <Title>Download</Title>
                  <Url>/ofiles/ga/gaa/gaa.html#Download</Url>
                  <Tooltip>Download program files</Tooltip>
                  <Level>3</Level>
                  <Type>Item</Type>
                  <Frame></Frame>
                  <FontName></FontName>
                  <FontStyle></FontStyle>
                  <FontSize></FontSize>
                  <Icon></Icon>
                  <Description></Description>
                  <Flag></Flag>
            </Level2>
      </Level1>
      <Level1 type='Folder'>
            <Code>2</Code>
            <Title>Alife Database</Title>
            <Url></Url>
            <Tooltip>An online interactive database of Alife-related sites on the web</Tooltip>
            <Level>2</Level>
            <Type>Folder</Type>
            <Frame></Frame>
            <FontName></FontName>
            <FontStyle></FontStyle>
            <FontSize></FontSize>
            <Icon></Icon>
            <Description>A Searchable Database for Artificial Life and Alife related sites on the Net. The data is automatically gathered by an intelligent search bot scanning the WWW</Description>
            <Flag></Flag>
            <Level2 type='Item'>
                  <Code>20</Code>
                  <Title>Description</Title>
                  <Url>/aldb/default.asp</Url>
                  <Tooltip>Alife Database Weblication</Tooltip>
                  <Level>3</Level>
                  <Type>Item</Type>
                  <Frame></Frame>
                  <FontName></FontName>
                  <FontStyle></FontStyle>
                  <FontSize></FontSize>
                  <Icon></Icon>
                  <Description></Description>
                  <Flag></Flag>
            </Level2>
            <Level2 type='Item'>
                  <Code>21</Code>
                  <Title>Search</Title>
                  <Url>/aldb/adform.asp</Url>
                  <Tooltip>Search the database</Tooltip>
                  <Level>0</Level>
                  <Type></Type>
                  <Frame></Frame>
                  <FontName></FontName>
                  <FontStyle></FontStyle>
                  <FontSize></FontSize>
                  <Icon></Icon>
                  <Description></Description>
                  <Flag></Flag>
            </Level2>
            <Level2 type='Item'>
                  <Code>22</Code>
                  <Title>Edit a record</Title>
                  <Url>/aldb/adselect.asp</Url>
                  <Tooltip>Edit an existing record</Tooltip>
                  <Level>0</Level>
                  <Type></Type>
                  <Frame></Frame>
                  <FontName></FontName>
                  <FontStyle></FontStyle>
                  <FontSize></FontSize>
                  <Icon></Icon>
                  <Description></Description>
                  <Flag></Flag>
            </Level2>
            <Level2 type='Item'>
                  <Code>23</Code>
                  <Title>Add a new record</Title>
                  <Url>/aldb/adadd.asp</Url>
                  <Tooltip>Add a new record</Tooltip>
                  <Level>0</Level>
                  <Type></Type>
                  <Frame></Frame>
                  <FontName></FontName>
                  <FontStyle></FontStyle>
                  <FontSize></FontSize>
                  <Icon></Icon>
                  <Description></Description>
                  <Flag></Flag>
            </Level2>
            <Level2 type='Item'>
                  <Code>24</Code>
                  <Title>Html format</Title>
                  <Url>/ofiles/ad/adb/adtop.html</Url>
                  <Tooltip>Alife Database in Html format</Tooltip>
                  <Level>0</Level>
                  <Type></Type>
                  <Frame></Frame>
                  <FontName></FontName>
                  <FontStyle></FontStyle>
                  <FontSize></FontSize>
                  <Icon></Icon>
                  <Description></Description>
                  <Flag></Flag>
            </Level2>
            <Level2 type='Item'>
                  <Code>25</Code>
                  <Title>Old versions</Title>
                  <Url>/ofiles/oldversions.html</Url>
                  <Tooltip>Old versions of Alife Database</Tooltip>
                  <Level>0</Level>
                  <Type></Type>
                  <Frame></Frame>
                  <FontName></FontName>
                  <FontStyle></FontStyle>
                  <FontSize></FontSize>
                  <Icon></Icon>
                  <Description></Description>
                  <Flag></Flag>
                  <Level3 type='Item'>
                        <Code>250</Code>
                        <Title>Java Version</Title>
                        <Url>/ofiles/ad/adb/adib.html</Url>
                        <Tooltip>Second version of Alife Database</Tooltip>
                        <Level>3</Level>
                        <Type>Item</Type>
                        <Frame></Frame>
                        <FontName></FontName>
                        <FontStyle></FontStyle>
                        <FontSize></FontSize>
                        <Icon></Icon>
                        <Description></Description>
                        <Flag></Flag>
                  </Level3>
                  <Level3 type='Item'>
                        <Code>251</Code>
                        <Title>First Version</Title>
                        <Url>/ofiles/ad/admain.html</Url>
                        <Tooltip>First version of Alife Database</Tooltip>
                        <Level>3</Level>
                        <Type>Item</Type>
                        <Frame></Frame>
                        <FontName></FontName>
                        <FontStyle></FontStyle>
                        <FontSize></FontSize>
                        <Icon></Icon>
                        <Description></Description>
                        <Flag></Flag>
                  </Level3>
            </Level2>
      </Level1>
      <Level1 type='Folder'>
            <Code>3</Code>
            <Title>Picture Browser</Title>
            <Url></Url>
            <Tooltip>The Annotated Picture Browser - Slide show applet</Tooltip>
            <Level>3</Level>
            <Type>Folder</Type>
            <Frame></Frame>
            <FontName></FontName>
            <FontStyle></FontStyle>
            <FontSize></FontSize>
            <Icon></Icon>
            <Description>A slide-show Java applet for displaying pictures alongside corresponding annotations or description.</Description>
            <Flag></Flag>
            <Level2 type='Item'>
                  <Code>30</Code>
                  <Title>Introduction</Title>
                  <Url>/ofiles/PictureBrowser/Demo/PictureBrowser.html</Url>
                  <Tooltip>The Java Annotated Picture Browser Applet</Tooltip>
                  <Level>4</Level>
                  <Type>Item</Type>
                  <Frame></Frame>
                  <FontName></FontName>
                  <FontStyle></FontStyle>
                  <FontSize></FontSize>
                  <Icon></Icon>
                  <Description></Description>
                  <Flag></Flag>
            </Level2>
            <Level2 type='Item'>
                  <Code>31</Code>
                  <Title>Dancing Baby</Title>
                  <Url>/ofiles/PictureBrowser/DancingBaby/PictureBrowser.html</Url>
                  <Tooltip>The Dancing Baby recites The Raven by E.G.Poe</Tooltip>
                  <Level>4</Level>
                  <Type>Item</Type>
                  <Frame></Frame>
                  <FontName></FontName>
                  <FontStyle></FontStyle>
                  <FontSize></FontSize>
                  <Icon></Icon>
                  <Description></Description>
                  <Flag></Flag>
            </Level2>
            <Level2 type='Item'>
                  <Code>32</Code>
                  <Title>Framed Version</Title>
                  <Url>/ofiles/PictureBrowser/Framed/PictureBrowser.html</Url>
                  <Tooltip>PicturBrowser applet implemented in Html frames</Tooltip>
                  <Level>4</Level>
                  <Type>Item</Type>
                  <Frame></Frame>
                  <FontName></FontName>
                  <FontStyle></FontStyle>
                  <FontSize></FontSize>
                  <Icon></Icon>
                  <Description></Description>
                  <Flag></Flag>
            </Level2>
            <Level2 type='Item'>
                  <Code>33</Code>
                  <Title>Dolls</Title>
                  <Url>/ofiles/PictureBrowser.html</Url>
                  <Tooltip>PictureBrowser displaying the Dolls pictures</Tooltip>
                  <Level>4</Level>
                  <Type>Item</Type>
                  <Frame></Frame>
                  <FontName></FontName>
                  <FontStyle></FontStyle>
                  <FontSize></FontSize>
                  <Icon></Icon>
                  <Description></Description>
                  <Flag></Flag>
            </Level2>
            <Level2 type='Item'>
                  <Code>34</Code>
                  <Title>Download</Title>
                  <Url>/ofiles/pbdownload.html</Url>
                  <Tooltip>Download the PictureBrowser applet</Tooltip>
                  <Level>0</Level>
                  <Type></Type>
                  <Frame></Frame>
                  <FontName></FontName>
                  <FontStyle></FontStyle>
                  <FontSize></FontSize>
                  <Icon></Icon>
                  <Description></Description>
                  <Flag></Flag>
            </Level2>
      </Level1>
      <Level1 type='Folder'>
            <Code>4</Code>
            <Title>Dolls</Title>
            <Url></Url>
            <Tooltip>3D assemblage pictures based on small plastic dolls</Tooltip>
            <Level>1</Level>
            <Type>Folder</Type>
            <Frame></Frame>
            <FontName></FontName>
            <FontStyle></FontStyle>
            <FontSize></FontSize>
            <Icon></Icon>
            <Description>An exhibition of 3D assemblages of small plastic dolls. Each picture represents a specific thought or a personal experience. Almost all were lost by an Iraqi Scud missile in the Gulf War.</Description>
            <Flag></Flag>
            <Level2 type='Item'>
                  <Code>40</Code>
                  <Title>Introduction</Title>
                  <Url>/ofiles/dolls.html</Url>
                  <Tooltip>Introduction page to Dolls gallery</Tooltip>
                  <Level>0</Level>
                  <Type></Type>
                  <Frame></Frame>
                  <FontName></FontName>
                  <FontStyle></FontStyle>
                  <FontSize></FontSize>
                  <Icon></Icon>
                  <Description></Description>
                  <Flag></Flag>
            </Level2>
            <Level2 type='Item'>
                  <Code>41</Code>
                  <Title>Page #1</Title>
                  <Url>/ofiles/Dolls1.html</Url>
                  <Tooltip>Thumbnails table - first page</Tooltip>
                  <Level>2</Level>
                  <Type>Item</Type>
                  <Frame></Frame>
                  <FontName></FontName>
                  <FontStyle></FontStyle>
                  <FontSize></FontSize>
                  <Icon></Icon>
                  <Description></Description>
                  <Flag></Flag>
            </Level2>
            <Level2 type='Item'>
                  <Code>42</Code>
                  <Title>Page #2</Title>
                  <Url>/ofiles/ulthm2.html</Url>
                  <Tooltip>Thumbnails table - second page</Tooltip>
                  <Level>2</Level>
                  <Type>Item</Type>
                  <Frame></Frame>
                  <FontName></FontName>
                  <FontStyle></FontStyle>
                  <FontSize></FontSize>
                  <Icon></Icon>
                  <Description></Description>
                  <Flag></Flag>
            </Level2>
            <Level2 type='Item'>
                  <Code>43</Code>
                  <Title>Page #3</Title>
                  <Url>/ofiles/ulthm3.html</Url>
                  <Tooltip>Thumbnails table - third page</Tooltip>
                  <Level>2</Level>
                  <Type>Item</Type>
                  <Frame></Frame>
                  <FontName></FontName>
                  <FontStyle></FontStyle>
                  <FontSize></FontSize>
                  <Icon></Icon>
                  <Description></Description>
                  <Flag></Flag>
            </Level2>
            <Level2 type='Item'>
                  <Code>44</Code>
                  <Title>Page #4</Title>
                  <Url>/ofiles/ulthm4.html</Url>
                  <Tooltip>Thumbnails table - fourth page</Tooltip>
                  <Level>2</Level>
                  <Type>Item</Type>
                  <Frame></Frame>
                  <FontName></FontName>
                  <FontStyle></FontStyle>
                  <FontSize></FontSize>
                  <Icon></Icon>
                  <Description></Description>
                  <Flag></Flag>
            </Level2>
            <Level2 type='Item'>
                  <Code>45</Code>
                  <Title>Picture Browser</Title>
                  <Url>/ofiles/PictureBrowser.html</Url>
                  <Tooltip>Dolls pictures displayed by the Annotated Picture Browser</Tooltip>
                  <Level>2</Level>
                  <Type>Item</Type>
                  <Frame></Frame>
                  <FontName></FontName>
                  <FontStyle></FontStyle>
                  <FontSize></FontSize>
                  <Icon></Icon>
                  <Description></Description>
                  <Flag></Flag>
            </Level2>
      </Level1>
      <Level1 type='Folder'>
            <Code>5</Code>
            <Title>Experiments</Title>
            <Url></Url>
            <Tooltip>Miscellaneous Experimenting (Alife, XML, Web Design)</Tooltip>
            <Level>1</Level>
            <Type>Folder</Type>
            <Frame></Frame>
            <FontName></FontName>
            <FontStyle></FontStyle>
            <FontSize></FontSize>
            <Icon></Icon>
            <Description>Experiments in web design, alife and other topics. User interface, menus, site navigation and XML experiments.</Description>
            <Flag></Flag>
            <Level2 type='Item'>
                  <Code>50</Code>
                  <Title>Text Oriented GUI</Title>
                  <Url>/ofiles/JcaToi.html</Url>
                  <Tooltip>Text-Oriented user interface, with a Java CA (Cellular Automata) demo</Tooltip>
                  <Level>3</Level>
                  <Type>Item</Type>
                  <Frame></Frame>
                  <FontName></FontName>
                  <FontStyle></FontStyle>
                  <FontSize></FontSize>
                  <Icon></Icon>
                  <Description></Description>
                  <Flag></Flag>
            </Level2>
            <Level2 type='Item'>
                  <Code>51</Code>
                  <Title>Dynamic Navigation</Title>
                  <Url>/dynanav.asp</Url>
                  <Tooltip>Database driven, Focus+Context web site navigation system</Tooltip>
                  <Level>0</Level>
                  <Type></Type>
                  <Frame></Frame>
                  <FontName></FontName>
                  <FontStyle></FontStyle>
                  <FontSize></FontSize>
                  <Icon></Icon>
                  <Description></Description>
                  <Flag></Flag>
            </Level2>
            <Level2 type='Item'>
                  <Code>52</Code>
                  <Title>Xml Site Navigation</Title>
                  <Url>/xml/xml.html</Url>
                  <Tooltip>Four web site navigation systems based on the same XML file</Tooltip>
                  <Level>0</Level>
                  <Type></Type>
                  <Frame></Frame>
                  <FontName></FontName>
                  <FontStyle></FontStyle>
                  <FontSize></FontSize>
                  <Icon></Icon>
                  <Description></Description>
                  <Flag></Flag>
                  <Level3 type='Item'>
                        <Code>521</Code>
                        <Title>The XML Master File</Title>
                        <Url>/xml/Static_map1_xml.html</Url>
                        <Tooltip>The master XML file</Tooltip>
                        <Level>0</Level>
                        <Type></Type>
                        <Frame></Frame>
                        <FontName></FontName>
                        <FontStyle></FontStyle>
                        <FontSize></FontSize>
                        <Icon></Icon>
                        <Description></Description>
                        <Flag></Flag>
                  </Level3>
                  <Level3 type='Item'>
                        <Code>522</Code>
                        <Title>XML/XSL Navigation I</Title>
                        <Url>/xml/Static_map1.xml</Url>
                        <Tooltip>Version I: XML/XSL Static Navigation Menu (XSL #1)</Tooltip>
                        <Level>0</Level>
                        <Type></Type>
                        <Frame></Frame>
                        <FontName></FontName>
                        <FontStyle></FontStyle>
                        <FontSize></FontSize>
                        <Icon></Icon>
                        <Description></Description>
                        <Flag></Flag>
                  </Level3>
                  <Level3 type='Item'>
                        <Code>523</Code>
                        <Title>XML/XSL Navigation II</Title>
                        <Url>/xml/Static_map2.html</Url>
                        <Tooltip>Version 2:XML/XSL Dynamic Navigation Menu (XSL #2)</Tooltip>
                        <Level>0</Level>
                        <Type></Type>
                        <Frame></Frame>
                        <FontName></FontName>
                        <FontStyle></FontStyle>
                        <FontSize></FontSize>
                        <Icon></Icon>
                        <Description></Description>
                        <Flag></Flag>
                  </Level3>
                  <Level3 type='Item'>
                        <Code>524</Code>
                        <Title>Java Popup Menu</Title>
                        <Url>/xml/Static_java.html</Url>
                        <Tooltip>Version 3: Java Popup Menu (by Branko Dimitrijevic)</Tooltip>
                        <Level>0</Level>
                        <Type></Type>
                        <Frame></Frame>
                        <FontName></FontName>
                        <FontStyle></FontStyle>
                        <FontSize></FontSize>
                        <Icon></Icon>
                        <Description></Description>
                        <Flag></Flag>
                  </Level3>
                  <Level3 type='Item'>
                        <Code>525</Code>
                        <Title>Javascript Static Menu</Title>
                        <Url>/xml/Static_javascript.html</Url>
                        <Tooltip>Version 4: Javascript Navigation Menu (by Constantin Kuznetsov)</Tooltip>
                        <Level>0</Level>
                        <Type></Type>
                        <Frame></Frame>
                        <FontName></FontName>
                        <FontStyle></FontStyle>
                        <FontSize></FontSize>
                        <Icon></Icon>
                        <Description></Description>
                        <Flag></Flag>
                  </Level3>
            </Level2>
      </Level1>
      <Level1 type='Folder'>
            <Code>6</Code>
            <Title>Miscellaneous</Title>
            <Url></Url>
            <Tooltip>Miscellaneous topics, personal information and credits</Tooltip>
            <Level>2</Level>
            <Type>Folder</Type>
            <Frame></Frame>
            <FontName></FontName>
            <FontStyle></FontStyle>
            <FontSize></FontSize>
            <Icon></Icon>
            <Description>Miscellaneous topics, info about myself and credits</Description>
            <Flag></Flag>
            <Level2 type='Item'>
                  <Code>60</Code>
                  <Title>About Me</Title>
                  <Url>/ofiles/aboutme.html</Url>
                  <Tooltip>Some personal information</Tooltip>
                  <Level>1</Level>
                  <Type>Folder</Type>
                  <Frame></Frame>
                  <FontName></FontName>
                  <FontStyle></FontStyle>
                  <FontSize></FontSize>
                  <Icon></Icon>
                  <Description></Description>
                  <Flag></Flag>
            </Level2>
            <Level2 type='Item'>
                  <Code>61</Code>
                  <Title>Credits</Title>
                  <Url>/ofiles/credits.html</Url>
                  <Tooltip>Credits to those I borrowed from</Tooltip>
                  <Level>0</Level>
                  <Type></Type>
                  <Frame></Frame>
                  <FontName></FontName>
                  <FontStyle></FontStyle>
                  <FontSize></FontSize>
                  <Icon></Icon>
                  <Description></Description>
                  <Flag></Flag>
            </Level2>
            <Level2 type='Item'>
                  <Code>62</Code>
                  <Title>Code Sharing</Title>
                  <Url>/ofiles/ad/adcodesharing.html</Url>
                  <Tooltip>A note about sharing code</Tooltip>
                  <Level>3</Level>
                  <Type>Item</Type>
                  <Frame></Frame>
                  <FontName></FontName>
                  <FontStyle></FontStyle>
                  <FontSize></FontSize>
                  <Icon></Icon>
                  <Description></Description>
                  <Flag></Flag>
            </Level2>
      </Level1>
</Menu>
<PopupParams>
      <DelimiterChar>;</DelimiterChar>
      <EscapeChar>\</EscapeChar>
      <URLBase></URLBase>
      <DefaultFontName>Dialog</DefaultFontName>
      <DefaultFontStyle>PLAIN</DefaultFontStyle>
      <DefaultFontSize>12</DefaultFontSize>
      <Label>Map II;;Bold;14;248 240 224;120 88 72</Label>
      <DefaultFrame>_self</DefaultFrame>
      <Selection>RECURSIVE</Selection>
      <ShowStatus></ShowStatus>
      </PopupParams>
</SiteMap>

