[jQuery] Click function only invoked after second click in IE6 & IE7

[jQuery] Click function only invoked after second click in IE6 & IE7


I am having difficulties with IE6 and IE7 not invoking the click
function correctly. I have to click twice to get it to fire.
test case:
http://dev.dreimorgen.com/test.html
with IE6 or IE7 click on "item1" once then on the "Item 1 content"
link. Repeat the process once more and it should toogle the content
beneath. Safari and FireFox do not exhibit this behavior.
What can I do to make this work for IE6/IE7 right away?
Thanks!