// this file controls the height of the expandable menus

// the first parameter of the function is the name of the containing div
// the second parameter controls the fading and the height

animatedcollapse.addDiv('overviewNav', 'fade=1,height=135px,group=Capstone');
animatedcollapse.addDiv('pressReleases', 'fade=1,height=60px,group=Capstone,persist=1,hide=1');
animatedcollapse.addDiv('researchAndStudiesNav', 'fade=1,height=230px,group=Capstone,hide=1');


						
animatedcollapse.init()
