$(document).ready(function(){$("a.animate2").click(function(){if(document.getElementById("selected")){var check=$(this).next().attr("id");if(check=="selected"){$("#selected").slideUp('slow');$("#slide2").removeAttr("id");$("#selected").removeAttr("id");}else{$("#selected").slideUp('slow');$("#selected").removeAttr("id");$("#slide2").removeAttr("id");$(this).next().attr({id:"selected"});$(this).next().slideDown('slow',function(){$(this).height("auto");});$(this).attr({id:"slide2"});}}else{$(this).next().attr({id:"selected"});$(this).next().slideDown('slow',function(){$(this).height("auto");});$(this).attr({id:"slide2"});}});});