/**
 * @(#)maintoc.js  1.0  2010-07-12
 *
 * Copyright (c) 2010 Werner Randelshofer
 * Hausmatt 10, CH-6405 Immensee, Switzerland
 * All rights reserved.
 *
 * The copyright of this software is owned by Werner Randelshofer. 
 * You may not use, copy or modify this software, except in  
 * accordance with the license agreement you entered into with  
 * Werner Randelshofer. For details see accompanying license terms. 
 */

var maintoc = {
"base":"", /* base path is added to all items (must end with slash). */
"items":[ /* title, path to items (optional, must end with slash), link(optional), items(optional). */
  ["Home", "index.html", [
     ["Welcome", "index.html"],
     ["About", "about.html"],
     ["Links", "links.html"]
  ]],
  ["Fun", "fun.html", [
     ["Overview", "fun.html"],
     ["Animations", "animations/index.html"],
  ]],
  ["Science", "science.html", [
     ["Overview", "science.html"],
  ]],
  ["Software", "software.html", [
     ["Overview", "software.html"],
  ]]
]
};
