//do not edit the line below
var kinetictheorytheatre = {};

/*  QUICK HELP:

	To add the feature to any span, simple add the name 'closed' or 'open' as your class ( if you already have a class
	keep your classname and add 'closed' or 'open' after a space ).  You can also change the values in the config
	section below in this file to make global changes to your new feature.
	
	use 'closed' - if you want the descriptions initial state to be closed
	use 'open' - if you want the description initial state to be viewable
	
	Let me know if you have any questions!
	
	...Malik
*/





/*****************************************************************************************
CONFIG SECTION
Change the values below to change the settings of your feature sitewide.
*******************************************************************************************/

var closedesc = '<img width="13" height="12" border="0" align="left" src="images/expandicon_minus.gif"/>close';
var viewdesc = '<img width="13" height="12" border="0" align="left" src="images/expandicon_plus.gif"/>description';

//change to false if you don't want the sliding animation when closing/opening descriptions
kinetictheorytheatre.showanimation = true;   

//change to "slow" , "normal , or "fast" to change the animation speed
kinetictheorytheatre.speed = "normal";   

//change to true to disable the view/close feature sitewide. 
kinetictheorytheatre.disabled = false;   



/*  END OF CONFIG  *************************************************************************/