(function(){TSLite.Accordion=function(header,content){if(0<navigator.userAgent.indexOf("Android"))return;$(content).hide();$(header).toggle(function(){$(this);$(this).addClass("active")},function(){$(this);$(this).removeClass("active")});$(header).click(function(){$(this).next(content).slideToggle("slow")})}})()
