function init()
{
	//Main Menu items:
	menus[0] = new menu(22, "horizontal", 110, 203, -2, -2, "#CCCC99", "#660000", "Arial,Helvetica", 9, 
		"bold", "bold", "black", "white", 1, "#996600", 2, "rollover:images/tri-down1.gif:images/tri-down2.gif", false, true, true, true, 12, true, 4, 4, "black");
	menus[0].addItem("profile.asp", "", 75, "center", "Home", 1);
	menus[0].addItem("services.asp", "", 95, "center", "Services", 2);
	menus[0].addItem("#", "", 105, "center", "About OIB", 3);
	menus[0].addItem("business.asp", "", 90, "center", "Business", 0);
	menus[0].addItem("#", "", 145, "center", "Chief &amp; Council", 4);
	menus[0].addItem("http://www.nkmip.info/members/", "NEWWIN", 135, "center", "Members Area", 0);
	menus[0].addItem("contact.asp", "", 110, "center", "Contact Us", 0);
	menus[0].floatMenu(1024, 768, 10, 0);

//Sub Menu for Sub Menu "home":
	menus[1] = new menu(135, "vertical", 0, 0, 0, 0, "#996600", "#660000", "Arial,Helvetica", 9, "bold", "bold", "black", "white", 1, "#000000", 2, 62, false, true, false, false, 0, true, 4, 4, "black");
		menus[1].addItem("profile.asp", "", 22, "left", "OIB.ca", 0);
		menus[1].addItem("http://www.oibdc.com/", "", 22, "left", "O.I.B.D.C.", 0);

//Sub Menu for 2nd Main Menu Item ("Services"):
	menus[2] = new menu(190, "vertical", 0, 0, -5, -5, "#996600", "#660000", "Arial,Helvetica", 9, "bold", 
		"bold", "black", "white", 1, "#000000", 2, 62, false, true, false, true, 6, true, 4, 4, "black");
	menus[2].addItem("hr.asp", "", 22, "left", "Human Resources", 0);
	menus[2].addItem("employment.asp", "", 22, "left", "Employment Services", 0);
	//menus[2].addItem("education.asp", "", 22, "left", "Education Services", 0);
	//menus[2].addItem("socialservices.asp", "", 22, "left", "Social Services", 0);
	menus[2].addItem("health.asp", "", 22, "left", "Health Services", 0);
	//menus[2].addItem("addiction.asp", "", 22, "left", "Addiction Counseling ", 0);
	menus[2].addItem("tax.asp", "", 22, "left", "Lands &amp; Taxation", 0);

//Sub Menu for 3rd Main Menu Item ("About"):
	menus[3] = new menu(170, "vertical", 0, 0, 0, 0, "#996600", "#660000", "Arial,Helvetica", 9, "bold", 
		"bold", "black", "white", 1, "#000000", 2, "rollover:images/tri-right1.gif:images/tri-right2.gif", false, true, false, false, 0, true, 4, 4, "black");
	menus[3].addItem("profile.asp", "", 22, "left", "Community Profile", 0);
	menus[3].addItem("history.asp", "", 22, "left", "History", 0);
	menus[3].addItem("art.asp", "", 22, "left", "Art & Culture", 0);
	menus[3].addItem("photo.asp", "", 22, "left", "Photo Gallery", 0);	
	
	
//Sub Menu for Sub Menu "Sports News":
	//menus[3] = new menu(135, "vertical", 0, 0, 0, 0, "#996600", "#660000", "Arial,Helvetica", 9, "bold", "bold", "black", "white", 1, "#000000", 2, 62, false, true, false, false, 0, true, 4, 4, "black");
		//menus[3].addItem("oibdc/index.asp", "", 22, "left", "O.I.B.D.C.", 0);

//Sub Menu for 4th Main Menu Item ("Chief & Council"):
	menus[4] = new menu(175, "vertical", 0, 0, 0, 0, "#996600", "#660000", "Arial,Helvetica", 9, "bold", "bold", "black", "white", 1, "#000000", 2, ">>", false, true, false, false, 0, true, 4, 4, "black");
	menus[4].addItem("clouie.asp", "", 22, "left", "Chief - Clarence Louie", 0);
	menus[4].addItem("tbaptiste.asp", "", 30, "left", "Councillor - Tony Baptiste", 0);
	menus[4].addItem("tgabriel.asp", "", 30, "left", "Councillor - Theresa Gabriel", 0);
	menus[4].addItem("cstringam.asp", "", 30, "left", "Councillor - Charlotte Stringam", 0);
	menus[4].addItem("vmcginnis.asp", "", 30, "left", "Councillor - Veronica McGinnis", 0);
	
} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.
