jQuery(document).ready(function(a){a(".acc_container").hide();a(".acc_trigger").click(function(){if(a(this).next().is(":hidden")){a(".acc_trigger").removeClass("active").next().slideUp();a(this).toggleClass("active").next().slideDown()}return false});a("#tog-container").hide();a("#tog-hide").addClass("active");a("#tog-show").click(function(){if(a("#tog-container").is(":hidden")){a("#tog-hide").removeClass("active");a(this).toggleClass("active");a("#tog-container").slideDown()}return false});a("#tog-hide").click(function(){if(a("#tog-container").not(":hidden")){a("#tog-show").removeClass("active");a(this).toggleClass("active");a("#tog-container").slideUp()}return false});a(".glossary-list").hide();a(".glossary-content").hide();a(".glossary-nav:first").addClass("active").next().show();a(".glossary-nav").click(function(){if(a(this).next().is(":hidden")){a(".glossary-nav").removeClass("active").next().fadeOut("fast");a(".glossary-title").removeClass("active").next().fadeOut("fast");a(this).toggleClass("active").next().fadeIn("fast")}return false});a(".glossary-title").click(function(){if(a(this).next().is(":hidden")){a(".glossary-title").removeClass("active").next().fadeOut("fast");a(this).toggleClass("active").next().fadeIn("fast")}return false});a(".finish-img").hover(function(){var b=a(this).text();a("#finish-title").html(b)})});
