Highlights={last:"Safety",enable:function(a){if(Highlights.last!=null){jQuery(".Categories ."+Highlights.last+" a").removeClass("On");jQuery("div."+Highlights.last).animate({opacity:0},{duration:500,complete:function(){jQuery(this).css({opacity:"",display:"none"});}});}Highlights.last=a;jQuery(".Categories ."+a+" a").addClass("On");jQuery("div."+a).fadeIn(500);},show:function(){jQuery("#Overview .Overlay, #Overview .ShowAll").fadeOut(500);jQuery("#Overview .Categories, #Overview ."+Highlights.last).fadeIn(500);},hide:function(){jQuery("#Overview .Overlay, #Overview .ShowAll").fadeIn(500);jQuery("#Overview .Categories, #Overview ."+Highlights.last).animate({opacity:0},{duration:500,complete:function(){jQuery(this).css({opacity:"",display:"none"});}});}};
