!function(e){"use strict";e.fn.accordionjs=function(c){if(this.length>1)return this.each(function(){e(this).accordionjs(c)}),this;var n=this,t={isinteger:function(e){return"number"==typeof e&&isfinite(e)&&math.floor(e)===e},isarray:function(e){return"[object array]"===object.prototype.tostring.call(e)},isobject:function(e){return"[object object]"===object.prototype.tostring.call(e)},sectionisopen:function(e){return e.hasclass("acc_active")},gethash:function(){return window.location.hash?window.location.hash.substring(1):!1}},i=e.extend({closeable:!1,closeother:!0,slidespeed:150,activeindex:1,opensection:!1,beforeopensection:!1},c);e.each(i,function(e){var c=e.replace(/([a-z])/g,"-$1").tolowercase().tostring(),t=n.data(c);(t||!1===t)&&(i[e]=t)}),(i.activeindex===!1||i.closeother===!1)&&(i.closeable=!0);var o=function(){n.create(),n.openonclick(),e(window).on("load",function(){n.openonhash()}),e(window).on("hashchange",function(){n.openonhash()})};return this.opensection=function(c,n){e(document).trigger("accjs_before_open_section",[c]),"function"==typeof i.beforeopensection&&i.beforeopensection.call(this,c),n=n>=0?n:i.slidespeed;var t=c.children().eq(1);t.slidedown(n,function(){e(document).trigger("accjs_open_section",[c]),"function"==typeof i.opensection&&i.opensection.call(this,c)}),c.addclass("acc_active")},this.closesection=function(c,n){e(document).trigger("accjs_before_close_section",[c]),"function"==typeof i.beforeclosesection&&i.beforeclosesection.call(this,c),n=n>=0?n:i.slidespeed;var t=c.children().eq(1);t.slideup(n,function(){e(document).trigger("accjs_close_section",[c]),"function"==typeof i.closesection&&i.closesection.call(this,c)}),c.removeclass("acc_active")},this.closeothersections=function(c,t){var i=c.closest(".accordionjs").children();e(i).each(function(){n.closesection(e(this).not(c),t)})},this.create=function(){n.addclass("accordionjs");var c=n.children();if(e.each(c,function(c,t){n.createsinglesection(e(t))}),t.isarray(i.activeindex))for(var o=i.activeindex,s=0;s1?n.opensection(c.eq(i.activeindex-1),0):!1!==i.activeindex&&n.opensection(c.eq(0),0)},this.createsinglesection=function(c){var n=c.children();c.addclass("acc_section"),e(n[0]).addclass("acc_head"),e(n[1]).addclass("acc_content"),c.hasclass("acc_active")||c.children(".acc_content").hide()},this.openonclick=function(){n.on("click",".acc_head",function(c){c.stopimmediatepropagation();var o=e(this).closest(".acc_section");t.sectionisopen(o)?i.closeable?n.closesection(o):1===n.children().length&&n.closesection(o):i.closeother?(n.closeothersections(o),n.opensection(o)):n.opensection(o)})},this.openonhash=function(){if(t.gethash()){var c=e("#"+t.gethash());c.hasclass("acc_section")&&(n.opensection(c),i.closeother&&n.closeothersections(c),e("html, body").animate({scrolltop:parseint(c.offset().top)-50},150))}},o(),this}}(jquery);