[accordian] multiple dd problem

[accordian] multiple dd problem


Hello,
I try to make a accordian menu which worked on a defenition list.
But if i have this :
<dl id="list2">
            <dt>2005</dt>
            <dd>januari</dd>
            <dd>februari 2005</dd>
            <dt>2006</dt>
            <dd>januari</dd>
            <dd>februari 2006</dd>
            <dt>2007</dt>
            <dd>januari</dd>
    <dd>februari 2007</dd>
</dl>
Then febaruari is seen all the times and it must be seen as someone
chooses a year.
You can see it at : http://menu.tamarawobben.nl/demo/index2.html.
Who knows how to make this work ?
Roelof