/* These are the parameters to define the appearance of the ToC. */
var
	showNumbers = false, 		// display the ordering strings: yes=true | no=false
	backColor = "#ffffff",		// background color of the ToC 
	normalColor = "#333333",	// text color of the ToC headlines
	currentColor = "#ff0000",	// text color of the actual line just clicked on
	titleColor = "#333333",		// text color of the title "Table of Contents"
	mLevel = 0,					// number of levels minus 1 the headlines of which are presentet with large and bold fonts   
	textSizes = new Array(0.6, 0.6, 0.6, 0.6, 0.6),			// font-size factors for: [0] the title "Table of Contents"; if MS Internet Explorer: [1] larger and bold fonts [2] smaller fonts;  if Netscape Navigator:[3] larger and bold fonts [4] smaller fonts .
	fontTitle = "Verdana,Helvetica,Arial", // font-family of the title "Table of Contents"
	fontLines = "Verdana,Helvetica,Arial"; // font-family of the headlines  
	expandAll = false; // true if all levels are to be expanded
	currentNum=0;
  // image parameters determine expand (plus)/collapse(minus), and mode(leaf) icons
  paraImgWidth="16";
  paraImgHeight="15";
  paraImgDir="images/redbooks"
  