function init()
{
	//Main Menu items:
	menus[0] = new menu(100, "vertical", 150, 214, -2, -2, "white", "black", "Verdana,Helvetica", 9, 
		"bold", "bold", "black", "white", 1, "white", 2, "rollover:../images/tri-right1.gif:../images/tri-right2.gif", false, true, true, true, 6, true, 4, 4, "black");
	menus[0].addItem("http://www.datsunsnw.org/index.htm", "", 20, "left", "Home", 0);
	menus[0].addItem("http://www.datsunsnw.org/events/index.htm", "", 20, "left", "Events", 1);
	menus[0].addItem("#", "", 20, "left", "Meetings", 2);
	menus[0].addItem("#", "", 20, "left", "Cars", 3);	
	menus[0].addItem("http://www.datsunsnw.org/about/index.htm", "", 20, "left", "About Us", 0);
	menus[0].addItem("http://www.datsunsnw.org/about/index.htm", "", 20, "left", "Join DNW", 0);
	menus[0].addItem("http://www.datsunsnw.org/links/index.htm", "", 20, "left", "Links", 0);


//Sub Menu for 2nd Main Menu Item ("Events"):
	menus[1] = new menu(230, "vertical", 0, 0, -5, -5, "white", "black", "Verdana,Helvetica", 9, "bold", 
		"bold", "black", "white", 1, "gray", 2, 62, false, true, false, true, 6, true, 4, 4, "black");
	menus[1].addItem("#", "", 22, "left", "Datsun Driving Canby Fun", 6);
	menus[1].addItem("/Events/index.htm", "", 22, "left", "Events Calendar", 0);
	menus[1].addItem("/PastEvents/index.htm", "", 22, "left", "Past Events", 0);


//Sub Menu for 3rd Main Menu Item ("Meetings"):
	menus[2] = new menu(150, "vertical", 0, 0, 0, 0, "white", "black", "Verdana,Helvetica", 9, "bold", 
		"bold", "black", "white", 1, "gray", 2, "rollover:../images/tri-right1.gif:../images/tri-right2.gif", false, true, false, false, 0, true, 4, 4, "black");
	menus[2].addItem("/GeneralClub/index.htm", "", 22, "left", "General Club", 0);
	menus[2].addItem("/canby11/index.htm", "", 22, "left", "Canby Planning", 0);

//Sub Menu for Sub Menu "Cars":
	menus[3] = new menu(135, "vertical", 0, 0, 0, 0, "white", "black", "Verdana,Helvetica", 9, "bold", "bold", "black", "white", 1, "gray", 2, 62, false, true, false, false, 0, true, 4, 4, "black");
	menus[3].addItem("#", "", 22, "left", "By Owner", 4);
	menus[3].addItem("#", "", 22, "left", "By Model", 5);

//Sub Menu for 4th Main Menu Item ("cars by owner"):
	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, true, 4, 4, "black");
	menus[4].addItem("/510/index.htm#AlexT", "", 22, "left", "Alex", 0);
	menus[4].addItem("/1200/index.htm", "", 22, "left", "Bryon", 0);
	menus[4].addItem("/wagons/index.htm#BruceP", "", 22, "left", "Bruce", 0);
	menus[4].addItem("/wagons/index.htm#ChuckR", "", 22, "left", "Chuck", 0);
	menus[4].addItem("/wagons/index.htm#DaveB", "", 22, "left", "DaveB", 0);
	menus[4].addItem("/510/index.htm#DaveL", "", 22, "left", "DaveL", 0);
    menus[4].addItem("/510/index.htm#DougV", "", 22, "left", "Doug", 0);
 	menus[4].addItem("/roadsters/index.htm#JasonW", "", 22, "left", "Jason", 0);
 	menus[4].addItem("/510/index.htm#JordanB", "", 22, "left", "Jordan", 0);
 	menus[4].addItem("/wagons/index.htm#KelvinD", "", 22, "left", "Kelvin", 0);
 	menus[4].addItem("/trucks/index.htm#MikeK", "", 22, "left", "Mike", 0);
 	menus[4].addItem("/510/index.htm#SteveP", "", 22, "left", "Steve", 0);


//Sub Menu for 5th Main Menu Item ("cars by model"):
	menus[5] = 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, true, 4, 4, "black");
	menus[5].addItem("/1200/index.htm", "", 22, "left", "1200s", 0);	
    menus[5].addItem("/510/index.htm", "", 22, "left", "510s", 0);
    menus[5].addItem("/wagons/index.htm", "", 22, "left", "Wagons", 0);
	menus[5].addItem("/zcars/index.htm", "", 22, "left", "Z-Cars", 0);
	menus[5].addItem("/roadsters/index.htm", "", 22, "left", "Roadsters", 0);
	menus[5].addItem("/trucks/index.htm", "", 22, "left", "Trucks", 0);

//Sub Menu for 6th Main Menu Item ("Datsun Driving Canby Fun"):
	menus[6] = new menu(200, "vertical", 0, 0, 0, 0, "white", "black", "Verdana,Helvetica", 9, "bold", "bold", "black", "white", 1, "gray", 2, ">>", false, true, false, false, 0, true, 4, 4, "black");
	menus[6].addItem("/Canby11/index.htm", "", 22, "left", "Canby 2011", 0);	
	menus[6].addItem("/Canby10/index.htm", "", 22, "left", "Canby 2010", 0);	
	menus[6].addItem("/Canby09/index.htm", "", 22, "left", "Canby 2009", 0);	
	menus[6].addItem("/Canby08/index.htm", "", 22, "left", "Canby 2008", 0);	
	menus[6].addItem("/Canby07/index.htm", "", 22, "left", "Canby 2007", 0);	
    menus[6].addItem("/Canby06/index.htm", "", 22, "left", "Canby 2006", 0);


} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.
