function toggle(foo) { $("#"+foo).animate({"height": "toggle"}, {"duration": 200}); } //