6
amenu.close closes just the first node of your list. Also if you do something like <script>amenu.open("li1", true);amenu.close(false);</script> like I did, it doesn�t work. That�s because the close property doesn�t change the class of the div. That�s why the first item it�s always gonna be shown. If you want all your items collapsed you have to force width = 0 as an UL property while you are creating it!!! Hope it works!!! Suits for me!! :)