$(function(){$("#g1, #g2, #g3, #c1, #c2, #b1, #ko1, #ko2, #ko3, #ee1").draggable({containment:'#mastbottom',scroll:false})});$(function(){$(".service_ladder h4:first").addClass("active");$(".service_ladder p:not(:first)").hide();$(".service_ladder h4").click(function(){$(this).next("p").slideToggle("2000").siblings("p:visible").slideUp("2000");$(this).toggleClass("active");$(this).siblings("h4").removeClass("active")})});$(function(){$(".button").click(function(){$("#panel").slideToggle("slow");$(this).toggleClass("active");return false});$('a.top').click(function(){$.scrollTo(0,1000);return false})});