Show and hide ID elements with a mouseclick. Could be used to create for example menus or menu tabs.
<div id=”mytest”>myDiv</div> <a href=”javascript:void(0);” onclick=”wp_showhide(‘mytest’)”>my link</a>
Live demo example