// Tree structure definition
var TREE_NODES = [
	["<b>Homepage von Frank Neff</b>", "http://www.neff-web.de", "_top"],
	["<b>Impressum</b>",          "../html/impressum.htm", "basefrm"],
	["<b>Content</b>",            "../cms/index.php", "basefrm"],
	["<b>Blog von Sebastian</b>", "../myblog/index.php", "basefrm"],
	["<b>Dark-User Forum</b>",    "http://www.dark-user.de/phpBB3", "basefrm"],
	["<b>Flow :: The Game</b>",   "http://intihuatani.usc.edu/cloud/flowing/", "basefrm"],
        ["Links | Favoriten", null, null,
	 	["Medien", null, null,
        	        ["Film und Fernsehen", "../html/link_tvse.htm", "basefrm"],
                        ["Musik",              "../html/link_musi.htm", "basefrm"],
                        ["Online Magazine",    "../html/link_onma.htm", "basefrm"],
                        ["News Agenturen",     "../html/link_agen.htm", "basefrm"]
		],
  		["Internet", null, null,
        	        ["Suchmaschinen",              "../html/link_sear.htm", "basefrm"],
                        ["Provider",                   "../html/link_ipro.htm", "basefrm"],
                        ["Plug-Ins",                   "../html/link_plin.htm", "basefrm"],
                        ["Rund ums Internet",          "../html/link_sint.htm", "basefrm"],
                        ["Dienste im Internet",        "../html/link_idie.htm", "basefrm"]
   		],
		["Software", null, null,
                        ["Business Software",           "../html/link_buss.htm", "basefrm"],
                        ["Software",                    "../html/link_soft.htm", "basefrm"],
                        ["Shareware",                   "../html/link_shar.htm", "basefrm"],
                        ["Tipp's, Trick's & Cheat's",   "../html/link_tips.htm", "basefrm"]
		],
                ["Hardware", null, null,
           	        ["Hardware",  "../html/link_hard.htm", "basefrm"]
		],
		["Know-How", null, null,
                        ["Bildung",                     "../html/link_bildung.htm", "basefrm"],
                        ["Business Infos",              "../html/link_business.htm","basefrm"],
                        ["Computer Magazin",            "../html/link_cmag.htm", "basefrm"],
                        ["Science News",                "../html/link_snew.htm", "basefrm"]
		],
	],
	["Restricted Area", null, null,
        	["Family Fotos",                "http://www.neff-web.de/showcase/index.php", "basefrm"],
                ["DarkUserWiki",                "http://www.neff-web.de/mediawiki-1.11.0/index.php5/","_blank"],
                ["Download-Section",            "http://www.neff-web.de/100_download/index.php", "basefrm"]
        ],        
        ["<b>Proxy</b>", null, null,
		['</a>'
		+ '<form NAME=pwort>'
		+ 'Password:'
		+ '<input type="password" name="pw" size="10" maxlength="10">'
		+ '<input type="button"   value="Ok" onClick="passwort()">'
                + '</form>'
		+ '<a>', null, null]
        ]
]; 