function init()
{
        setRelativeRoot();

//Main Menu items:
	menus[0] = new menu(22, "horizontal", 10, 78, -2, -2, "#E0E0E0", "#0000A0", "Verdana,Helvetica", 9, 
		"bold", "bold", "black", "white", 1, "black", 2, "rollover:" + relativeRoot + "graphics/tri-down1.gif:" + relativeRoot + "graphics/tri-down2.gif", false, true, true, false, 0, true, 4, 4, "black");
	menus[0].addItem(relativeRoot + "index.htm", "", 60, "center", "rollover:" + relativeRoot + "graphics/MnuHome.jpg:" + relativeRoot + "graphics/MnuHome2.jpg", 0);
	menus[0].addItem(relativeRoot + "manual/manual.htm", "", 44, "center", "rollover:" + relativeRoot + "graphics/MnuToC.jpg:" + relativeRoot + "graphics/MnuToC2.jpg", 0);
	menus[0].addItem(relativeRoot + "manual/install.htm", "", 64, "left", "rollover:" + relativeRoot + "graphics/MnuInstall.jpg:" + relativeRoot + "graphics/MnuInstall2.jpg", 0);
	menus[0].addItem(relativeRoot + "manual/concepts.htm", "", 86, "left", "rollover:" + relativeRoot + "graphics/MnuConcepts.jpg:" + relativeRoot + "graphics/MnuConcepts2.jpg", 0);
	menus[0].addItem(relativeRoot + "manual/forms.htm", "", 64, "left", "rollover:" + relativeRoot + "graphics/MnuForms.jpg:" + relativeRoot + "graphics/MnuForms2.jpg", 0);
	menus[0].addItem(relativeRoot + "manual/menu.htm", "", 55, "left", "rollover:" + relativeRoot + "graphics/MnuMenu.jpg:" + relativeRoot + "graphics/MnuMenu2.jpg", 0);
	menus[0].addItem(relativeRoot + "manual/speccase.htm", "", 105, "left", "rollover:" + relativeRoot + "graphics/MnuSpecCases.jpg:" + relativeRoot + "graphics/MnuSpecCases2.jpg", 0);
	menus[0].addItem(relativeRoot + "manual/examples.htm", "", 91, "left", "rollover:" + relativeRoot + "graphics/MnuExamples.jpg:" + relativeRoot + "graphics/MnuExamples2.jpg", 0);

} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.
