Murray:
Yes, I tried your approach and it worked, also. Thanks!
I have a couple of questions for you. Any additional help would be greatly
appreciated.
(1) I used the collapsed list in an "include" page, but can't get the list
state to persist across multiple pages. How can I do this? Would I need
to restrict the use of the script to a frames page design?
(2) As an exercise, I extracted your script code and saved it in a file
named "CollapsingList.js", so the code could be reused across multiple
pages. I tried the following code to call the script, but it wouldn't work
properly. What code would I need to insert?
-------------------------------------------------
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Collapsible List Demonstration</title>
<style type="text/css">
<!--
..list {font: 8pt Verdana, Arial, Helvetica, sans-serif;}
..list a{text-decoration:none;}
..list a:hover, #list a:focus {color:blue;text-decoration:underline;}
#SubTopic1, #SubTopic2, #SubTopic3, #SubTopic4, #SubTopic5, #SubTopic6,
#SubTopic7 {display: none;}
-->
</style>
<base target="main">
</head>
<body>
<script language="JavaScript1.2" src="../../../CollapsingList.js">
</script>
-----------------------------------------------------------------------------
Regards,
Fred Schreck