// Fully accessible collapsible outlines. JavaScript code // copyright 2007, Boutell.Com, Inc. // // See http://www.boutell.com/newfaq/ for more information. // // Permission granted to use, republish, sell and otherwise // benefit from this code as you see fit, provided you keep // this notice intact. You may remove comments below this line. // // END OF NOTICE // // INSTRUCTIONS: this WON'T WORK unless you do the following in the // document that includes it: // // 1. In the element of your page, bring in this code: // // // // 2. Call outlineInit() from your onLoad handler: // // // // If you need other code in onLoad, that's fine. Just separate the // calls with semicolons ( ; ). // // 3. To create your outline, write a nested list with the // elements as you normally would. // Make sure the TOP