function init()
{
	//Main Menu items:
	menus[0] = new menu(22, "horizontal", 13, 108, -2, 0, "#ffffff", "black", "Verdana,Helvetica", 9, 
		"bold", "bold", "black", "white", 1, "black", 2, "rollover:images/tri-down1.gif:images/tri-down2.gif", false, true, true, false, 12, false, 4, 4, "black");
	menus[0].addItem("homepage.htm", "", 62, "center", "Home", 0);
	menus[0].addItem("#", "", 92, "center", "Corporation", 1);
	menus[0].addItem("/sectors.htm", "", 72, "center", "Sectors", 0);
	menus[0].addItem("/structure.htm", "", 81, "center", "Structure", 0);
	menus[0].addItem("#", "", 90, "center", "Documents", 2);
	menus[0].addItem("#", "", 80, "center", "People", 3);
	menus[0].addItem("/links.htm", "", 65, "center", "Links", 0);
	menus[0].addItem("#", "", 125, "center", "Blue Sky Sites", 4);

//Sub Menu for 2nd Main Menu Item ("Corporation"):
	menus[1] = new menu(135, "vertical", 0, 0, -5, -5, "white", "black", "Verdana,Helvetica", 9, "bold", 
		"bold", "black", "white", 1, "black", 2, 62, false, true, false, false, 6, false, 4, 4, "black");
	menus[1].addItem("/vision.htm", "", 22, "left", "Vision", 0);
	menus[1].addItem("/evolution.htm", "", 22, "left", "Evolution", 0);
	menus[1].addItem("clusters_approach.htm", "", 30, "left", "Clusters Approach", 0);
	

//Sub Menu for 3rd Main Menu Item ("Documents"):
	menus[2] = new menu(130, "vertical", 0, 0, 0, 0, "white", "black", "Verdana,Helvetica", 9, "bold", 
		"bold", "black", "white", 1, "Black", 2, "rollover:images/tri-right1.gif:images/tri-right2.gif", false, true, false, false, 0, false, 4, 4, "black");
	menus[2].addItem("/studies.htm", "", 22, "left", "Studies", 0);
	menus[2].addItem("/corporate_documents.htm", "", 30, "left", "Corporate Documents", 0);
	menus[2].addItem("meeting_minutes.htm", "", 30, "left", "Meeting Minutes", 0);
	menus[2].addItem("rfp_page.htm", "", 22, "left", "RFPs", 0);


//Sub Menu for 4th Main Menu Item ("People"):
	menus[3] = new menu(130, "vertical", 0, 0, 0, 0, "white", "black", "Verdana,Helvetica", 9, "bold", "bold", "black", "white", 1, "gray", 2, ">>", false, true, false, false, 0, false, 4, 4, "black");
	menus[3].addItem("/sectorrepresentitives.htm", "", 30, "left", "Sector Representitives", 0);
	menus[3].addItem("/partners.htm", "", 30, "left", "Partners and Contributers", 0);
	menus[3].addItem("/staff.htm", "", 22, "left", "Blue Sky Staff", 0);

//Sub Menu for 5th Main Menu Item ("Blue Sky Sites"):
	menus[4] = new menu(130, "vertical", 0, 0, 0, 0, "white", "black", "Verdana,Helvetica", 9, "bold", "bold", "black", "white", 1, "gray", 2, ">>", false, true, false, false, 0, false, 4, 4, "black");
	menus[4].addItem("#", "", 22, "left", "Francais", 0);
	menus[4].addItem("http://www.blueskyregion.ca", "", 30, "left", "Blue Sky Region Portal", 0);
	menus[4].addItem("http://www.blueskynet.ca", "", 22, "left", "Blue Sky Net", 0);

	

} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.
