/* These are the parameters to define the appearance of the ToC. */
var

	backColor = "#FFFFFF",		// background color of the ToC 
	tocScroll = true,		// Automatic scrolling of the ToC frame (true) or not(false)
	tocBehaviour = new Array(1,1), // Indicates how the ToC shall change when clicking in the heading symbol (1st arg.) resp. in the heading text (2nd arg). Arg's meaning: 0 = No change, 1 = ToC changes with automatic collapsing, 2 = ToC changes with no automatic collapsing.
	tocLinks = new Array(0,0),	// Indicates wether the content's location shall be changed when clicking in the heading symbol (1st arg.) resp. in the heading text (2nd arg). Arg's meaning: 1 = No, 0 = Yes. 
	maxToDisplayLevel = 2,
	lineHeight = 16,
	lineMaxWidth = 300,
	targetWindow = "content";	
