$(document).ready(function(){$("span#show_button").click(function(){$("div#panel").animate({height:"300px",width:"490px"}).animate({height:"275px"},"fast");$("span.panel_button").toggle()});$("span#hide_button").click(function(){$("div#panel").animate({height:"0px",width:"0px"},"fast");$("span.panel_button").toggle()})});
