This menu can be found free at: folding menu tree
One or two people have asked how to use this menu in frames, ie menu is LHS frame and chosen menu item is to display in the RHS frame.
The answer is simply to use the frames 'target' command:
Original script from Simply the best (URL above):
function makeDatabase() {
outline = new makeArray(6) // the number of outlines plus one
outline[0] = new item(true, 'SimplytheBest.net', 0)
outline[1] = new item(false, '<A HREF="shareware.html">Shareware & Freeware', 1)
outline[2] = new item(true, 'Scripts', 1)
outline[3] = new item(false, '<A HREF="javascripts/dhtml_scripts.html">DHTML Scripts', 2)
outline[4] = new item(false, '<A HREF="cgiscripts/cgiscripts.html">CGI Scripts', 2)
outline[5] = new item(false, '<A HREF="info/index.html">Information library', 1)
Altered script here:
outline=new makeArray(144) outline[0]=new item(true ,'PC Help', 0)
outline[1]=new item(false ,'<A target="mainframe" HREF="calcs/byteconvert.html">Convert Units Byte/KB/MB/GB', 1)
outline[2]=new item(false ,'<A target="mainframe" HREF="calcs/baseconv.html">Convert between Number Bases', 1)
outline[3]=new item(false ,'<A target="mainframe" HREF="pchelp/ffinder.html">Fault Finder', 1)
outline[4]=new item(false ,'<A target="mainframe" HREF="pchelp/maillink.html">PC Links (send yours)', 1)
outline[5]=new item(true ,'JAVA', 1)
outline[6]=new item(false ,'<A target="mainframe" HREF="http://simplythebest.net/scripts/">Various from Simply the Best', 2)
outline[7]=new item(false ,'<A target="mainframe" HREF="http://www.dynamicdrive.com/">Various from Dynamic Drive', 2)
outline[8]=new item(true ,'PC Components', 1) nb: '