Это само меню (при клике на менюшке вызывается функция accordeon(0), 0-идентификатор):
<h3 onmousedown=»accordeon(0)»>Menu item</h3>
<ul id=»lister0″>
<li><a title=»help help help help» href=»# » target=»_self»>List item</a></li>
<li><a title=»help help help help» href=»# » target=»_self»>List item</a></li>
<li><a title=»help help help help» href=»# » target=»_self»>List item</a></li>
<li><a title=»help help help help» href=»# » target=»_self»>List item</a></li>
<li><a title=»help help help help» href=»# » target=»_self»>List item</a></li>
</ul>
</div>
<div id=»mi1″>
<h3 onmousedown=»accordeon(1)»>Menu item</h3>
<ul id=»lister1″>
<li><a title=»help help help help» href=»# » target=»_self»>List item</a></li>
<li><a title=»help help help help» href=»# » target=»_self»>List item</a></li>
<li><a title=»help help help help» href=»# » target=»_self»>List item</a></li>
<li><a title=»help help help help» href=»# » target=»_self»>List item</a></li>
<li><a title=»help help help help» href=»# » target=»_self»>List item</a></li>
</ul>
</div>
Этот ява скрипт ставим перед закрывающим тэгом body
ну и в общем-то все, что нужно было )) Надеюсь пригодится, благодарность или неблагодарности в комментарии )