/* These are the parameters to define the appearance of the ToC. */
// Não estou a usar titulo para ToC

var
	showNumbers = false, 		// display the ordering strings: yes=true | no=false
	tema = "sintese",			// Acrescenta o tema no topo do ToC
	backColor = "#FFFFFF",		// background color of the ToC 
	normalColor = "#21105a",	// text color of the ToC headlines
	currentColor = "#FFFFFF",	// text color of the actual line just clicked on
	titleColor = "#FFFFFF",		// 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(1, 0.7, 0.7, 0.9, 0.6),			// 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 = "Arial", // font-family of the title "Table of Contents"
	fontLines = "Trebuchet MS"; // font-family of the headlines  
	//fontLines = "Trebuchet MS, Arial, Helvetica, sans-serif"; // font-family of the headlines  
	snirh_gid = 1;