/* These are the parameters to define the appearance of the ToC. */
var
	showNumbers = false, 		// display the ordering strings: yes=true | no=false
	backColor = "#000000",		// background color of the ToC "#003366"
	normalColor = "#003366",	// text color of the ToC headlines "#FFFFFF"
	currentColor = "#003366",	// text color of the actual line just clicked on "#FFFF00"
	titleColor = "#003366",		// text color of the title "Table of Contents" "#FFFFFF"
	mLevel = 1,			// number of levels minus 1 the headlines of which are presented with large and bold fonts   
textSizes = new Array(11, 10, 10, 10, 10),	// font-size factors for: [0] the title "Table of Contents", [1] larger and bold fonts [2] smaller fonts if MS //Internet Explorer [3] larger and bold fonts [4] smaller fonts if Netscape Navigator.
//		textSizes = new Array(1.4, 1.3, 1.3, 1.3, 1.3),	// font-size factors for: [0] the title "Table of Contents", [1] larger and bold fonts [2] smaller fonts if MS Internet Explorer [3] larger and bold fonts [4] smaller fonts if Netscape Navigator.
	fontTitle = "Helvetica,Arial", // font-family of the title "Table of Contents"
	fontLines = "Helvetica,Arial"; // font-family of the headlines  