$('<style type="text/css">.accordion div.expandee {display:none;}</style>').appendTo("head");jQuery(document).ready(function(){$(".accordion div.expander").click(function(){if($(this).hasClass("active")){$(this).children(".showhide").css("display","block");$(this).children(".showhide-open").css("display","none")}else{$(this).children(".showhide").css("display","none");$(this).children(".showhide-open").css("display","block")}})});
