(function($){$.fn.slideBox=function(params){var content=$(this).html();var defaults={width:"100%",height:"312px",position:"bottomPanel"}
$(this).addClass(defaults.position);$("#DaVinciFooter h2").click(function(){if($(this).attr("id")=="close-button"){$("#DaVinciList").animate({height:"0px"},1000);$(".slide-button").animate({bottom:"0px"},1000);$(this).attr("id","open-button");}
else{$("#DaVinciList").animate({height:"300px"},1000);$(".slide-button").animate({bottom:"312px"},1000);$(this).attr("id","close-button");}});};})(jQuery);