function findStartSection(){var c=decodeURI(window.location.href);var b;var d=c.indexOf("#");if(d>=0){var a=c.indexOf("?");if(a>=0){b=c.slice(d+1,a)}else{b=c.slice(d+1)}if(b.length>0){return"#"+b}}return""}expandOnFocus=function(){var a=findStartSection();if(a.length>0){jQuery(a).parent().parent().parent().toggleClass("open");jQuery(a).parent().next(".full-content").slideToggle()}};expand=function(){jQuery(".block-expand H3, .block-expand .title").click(function(){jQuery(this).parent().parent().toggleClass("open");jQuery(this).next(".full-content").slideToggle()});jQuery(".block-big-expand H3, .block-big-expand .title-1").click(function(){jQuery(this).parent().parent().toggleClass("open-1");jQuery(this).parent().next().next(".big-content").slideToggle()});jQuery("a.btn-all").click(function(){jQuery(this).toggleClass("open-all");if(jQuery(this).hasClass("open-all")){jQuery(".block-expand").addClass("open");jQuery(".block-big-expand").addClass("open-1");jQuery(".block-expand .full-content, .block-big-expand .big-content").slideDown()}else{jQuery(".block-expand, .block-big-expand").removeClass("open");jQuery(".block-big-expand").removeClass("open-1");jQuery(".block-expand .full-content, .block-big-expand .big-content").slideUp()}return false});jQuery("fieldset .title").click(function(){jQuery(this).parent().toggleClass("open");jQuery(this).next(".full-content").slideToggle()});jQuery("fieldset.open .title").each(function(){jQuery(this).next(".full-content").show()})};jQuery(document).ready(function(){var a=jQuery(".threedot").ThreeDots({max_rows:3})});jQuery(document).ready(function(){expand();expandOnFocus();fontTools(".block-content",".tools .here");printIt();menu();if(jQuery.browser.msie&&jQuery.browser.version==6){}});
