animatedcollapse.addDiv('stageOne', 'fade=1,height=238px'); animatedcollapse.addDiv('stageTwo', 'fade=1,height=226px'); animatedcollapse.addDiv('stageThree', 'fade=1,height=818px'); animatedcollapse.addDiv('stageFour', 'fade=1,height=279px'); animatedcollapse.addDiv('stageFive', 'fade=1,height=200px'); animatedcollapse.init(); function toggleDiv(name, anchor) { var a = $("#" + anchor); if (a.text() == "Show More") { a.text("Hide"); animatedcollapse.show(name); } else { a.text("Show More"); animatedcollapse.hide(name); } }