function init()
{
	//Main Menu items:
	menus[0] = new menu(22, "horizontal", 0, 35, -2, -2, "#CACAFF", "#0000A0", "Verdana,Helvetica", 9, 
		"", "", "black", "white", 1, "black", 2, "rollover:images/tri-down1.gif:images/tri-down2.gif", false, true, true, true, 12, true, 2, 4, "black");
	menus[0].addItem("#", "", 105, "center", "Company", 1);
	menus[0].addItem("#", "", 120, "center", "Products", 2);
	menus[0].addItem("#", "", 105, "center", "Hardware", 3);
	menus[0].addItem("#", "", 115, "center", "Services", 4);
	menus[0].addItem("#", "", 115, "center", "Partners", 5);
	menus[0].addItem("compliance.html", "", 110, "center", "Compliance", 0);
	menus[0].addItem("links.html", "", 110, "center", "Links", 0);
	

	//Sub Menu for 2nd Main Menu Item ("company"):
	menus[1] = new menu(250, "vertical", 0, 0, -5, -5, "#E1E1E1", "#000000", "Verdana,Helvetica", 9, "", 
		"", "black", "white", 1, "gray", 2, 62, false, true, false, true, 6, true, 4, 4, "black");
	menus[1].addItem("profile.html", "", 22, "left", "Profile", 0);
	menus[1].addItem("mission.html", "", 22, "left", "Mission & Quality Statement", 0);
	menus[1].addItem("news.html", "", 22, "left", "News & Achievements", 0);
	menus[1].addItem("contactus.html", "", 22, "left", "Contact Us", 0);
	
	
	
	
	
	
	
//Sub Menu for 2nd Main Menu Item ("Products"):
	menus[2] = new menu(355, "vertical", 0, 0, -5, -5, "#E1E1E1", "#000000", "Verdana,Helvetica", 9, "", 
		"", "black", "white", 1, "gray", 2, 62, false, true, false, true, 6, true, 4, 4, "black");
		menus[2].addItem("trax-it-traceability-engine.html", "", 22, "left", "Trax-ITŪ Traceability Engine", 0);
	menus[2].addItem("trax-it-slaughterhouse.html", "", 22, "left", "TRAX-ITŪ Slaugherhouse / Food Processor", 0);
	menus[2].addItem("trax-it-food-traders.html", "", 22, "left", "TRAX-ITŪ Food Trader", 0);
	menus[2].addItem("trax-it-food-import-export.html", "", 22, "left", "TRAX-ITŪ Food Import / Export", 0);
	menus[2].addItem("trax-it-food-distribution.html", "", 22, "left", "TRAX-ITŪ Food Distribution & Warehouse", 0);
menus[2].addItem("trax-it-lab.html", "", 22, "left", "TRAX-ITŪ Lab", 0);
menus[2].addItem("trax-it-catch-weight.html", "", 22, "left", "TRAX-ITŪ Catch-Weight", 0);
menus[2].addItem("trax-it-feedlot.html", "", 22, "left", "TRAX-ITŪ Feedlot", 0);

//Sub Menu for 3rd Main Menu Item ("Hardware"):
	menus[3] = new menu(250, "vertical", 0, 0, 0, 0, "#E1E1E1", "#000000", "Verdana,Helvetica", 9, "", 
		"", "black", "white", 1, "gray", 2, "rollover:images/tri-right1.gif:images/tri-right2.gif", false, true, false, false, 0, true, 4, 4, "black");
	menus[3].addItem("ibm-hardware.html", "", 22, "left", "IBM", 0);
	menus[3].addItem("psion-teklogix-hardware.html", "", 22, "left", "Psion Teklogix", 0);
menus[3].addItem("symcod-hardware.html", "", 22, "left", "Symcod Inc.", 0);
menus[3].addItem("rmorozhardward.html", "", 22, "left", "R. Moroz Ltd. - RFID Canada", 0);
menus[3].addItem("riopel-hardware.html", "", 22, "left", "Riopel Hardware", 0);

//Sub Menu for Sub Menu "Services":
	menus[4] = new menu(200, "vertical", 0, 0, 0, 0, "#E1E1E1", "000000", "Verdana,Helvetica", 9, "", "", "black", "white", 1, "gray", 2, 62, false, true, false, false, 0, true, 4, 4, "black");
	menus[4].addItem("consulting.html", "", 22, "left", "Consulting", 0);
	menus[4].addItem("systems-intergration.html", "", 22, "left", "Systems / Integration", 0);

//Sub Menu for 4th Main Menu Item ("Partners"):
	menus[5] = new menu(275, "vertical", 0, 0, 0, 0, "#E1E1E1", "#000000", "Verdana,Helvetica", 9, "", "", "black", "white", 1, "gray", 2, ">>", false, true, false, false, 0, true, 4, 4, "black");
	menus[5].addItem("agrapoint.html", "", 22, "left", "Agra Point", 0);
	menus[5].addItem("food-systems-group-of-the-amercias.html", "", 22, "left", "Food System Group of Americas", 0);
	menus[5].addItem("logi-solutions.html", "", 22, "left", "Logi Solutions", 0);
	menus[5].addItem("ibm.html", "", 22, "left", "IBM", 0);
	menus[5].addItem("microsoft.html", "", 22, "left", "Microsoft", 0);
	menus[5].addItem("psion-teklogix.html", "", 22, "left", "Psion Teklogix", 0);
	menus[5].addItem("r-moroz.html", "", 22, "left", "R. Moroz Ltd. - RFID Canada", 0);
	menus[5].addItem("riopel-industries.html", "", 22, "left", "Riopel Industries", 0);
	menus[5].addItem("spinoff-technologies.html", "", 22, "left", "SpinOff Technologies", 0);
	menus[5].addItem("symcod.html", "", 22, "left", "Symcod Inc.", 0);
	menus[5].addItem("serti.html", "", 22, "left", "Serti Informatique", 0);
	menus[5].addItem("thoroughbred.html", "", 22, "left", "Thoroughbred Int'L", 0);
	
	
	

	

} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.