thinsoldier If anyone needs this to allow multiple areas to be open at the same time just make this small change to the JS /*jQuery time*/ $(document).ready(function(){ $(“#accordian h3″).click(function(){ //slide up all the link lists // $(“#accordian ul ul”).slideUp(); //slide down the link list below the h3 clicked – only if its closed if(!$(this).next().is(“:visible”)) { $(this).next().slideDo