//* Container for fade constants for fade effects

//* revised December 12th 2009 by Timothy Caron





animatedcollapse.addDiv('monday', 'fade=1,height=auto')

animatedcollapse.addDiv('tuesday', 'fade=1,height=auto')

animatedcollapse.addDiv('wednesday', 'fade=1,height=auto')

animatedcollapse.addDiv('thursday', 'fade=1,height=auto')
animatedcollapse.addDiv('thursday2', 'fade=1,height=auto')

animatedcollapse.addDiv('friday', 'fade=1,height=auto')
animatedcollapse.addDiv('calls', 'fade=1,height=auto')





animatedcollapse.ontoggle=function($, divobj, state){ //fires each time a DIV is expanded/contracted

        //$: Access to jQuery

        //divobj: DOM reference to DIV being expanded/ collapsed. Use "divobj.id" to get its ID

        //state: "block" or "none", depending on state

}



animatedcollapse.init()

