$(document).ready(function(){ $('.open_list ul:odd').addClass('odd'); $('.open_list ul:even').addClass('even'); $('.chart_list .chart_block:odd').css('float','right'); $('.act_list .act_blk:even').css('float','left'); $(".menutitle.active").next("div.menucontent").css('display','block') $(".menutitle").click(function(){ $(this).next("div.menucontent").slideToggle("slow") .siblings(".menucontent:visible").slideUp("slow"); $(this).toggleClass("activetitle"); $(this).siblings(".activetitle").removeClass("activetitle"); }); $('#flashbox').smallslider({ onImageStop:true, switchEffect:'fadeOut', switchEase: 'easeOutBounce', switchPath: 'up', switchMode: 'hover', textSwitch:100, textAlign:'center' }); // ????С????????????? ??????±??????????? textSwitch:2, }); function killErr(){return true;} window.onerror=killErr;