function init()
{
	menus[0] = new menu(180, "vertical", 0, 163, 0, 0, "#F0F0F0", "#F0F0F0", "Times New Roman,Verdana,Helvetica", 12, 
		"bold", "bold", "#003F80", "#EA8440", 0, "black", 5, "rollover:images/menu-arrow1.gif:images/menu-arrow2.gif", false, false, true, true, 12, false, 0, 0, "black");
	menus[0].addItem("index.html", "", 30, "left", "Home", 0);
	menus[0].addItem("abouttosg.htm", "", 30, "left", "About TOSG", 0);
	menus[0].addItem("history.htm", "", 30, "left", "Thruster History", 1);
	menus[0].addItem("operations.htm", "", 30, "left", "Operations", 0);
	menus[0].addItem("adan.htm", "", 30, "left", "Airworthiness", 2);
	menus[0].addItem("skintensioning.htm", "", 30, "left", "How To's", 3);
	menus[0].addItem("aircraftsales.htm", "", 30, "left", "Used Aircraft Sales", 0);
	menus[0].addItem("spareparts.htm", "", 30, "left", "Spare Parts", 0);
	menus[0].addItem("news.htm", "", 30, "left", "TOSG News", 0);
	menus[0].addItem("contactus.htm", "", 30, "left", "Contacts", 4);
	menus[0].addItem("links.htm", "", 30, "left", "Links", 0);
	menus[0].addItem("http://www.recreationalflying.com.au/forum/forumdisplay.php?f=18", "", 30, "left", "Forum", 0);
	menus[0].addItem("http://www.recreationalflying.com.au/forum/gallery/index.php?c=5", "", 30, "left", "Photo Gallery", 0);

//Sub Menu for ist Main Menu Item ("Thruster History"):
	menus[1] = new menu(140, "vertical", 0, 0, 0, 0, "#F0F0F0", "F0F0F0", "Times New Roman,Verdana,Helvetica", 11, 
		"bold", "bold", "#003F80", "#EA8440", 1, "gray", 2, 62, false, true, false, false, 0, true, 4, 4, "black");
	menus[1].addItem("history.htm", "", 22, "left", "Chronological", 0);
	menus[1].addItem("types.htm", "", 22, "left", "Thruster Types", 0);
	menus[1].addItem("glasshouse.htm", "", 22, "left", "The Glasshouse", 0);
	menus[1].addItem("singleseathistory.htm", "", 22, "left", "Single Seaters", 0);

//Sub Menu for 2nd Main Menu Item ("Airworthiness"):
	menus[2] = new menu(190, "vertical", 0, 0, 0, 0, "#F0F0F0", "F0F0F0", "Times New Roman,Verdana,Helvetica", 11, 
		"bold", "bold", "#003F80", "#EA8440", 1, "gray", 2, 62, false, true, false, false, 0, true, 4, 4, "black");
	menus[2].addItem("adan.htm", "", 22, "left", "Airworthiness Notices", 0);
	menus[2].addItem("tubewallthickness.htm", "", 22, "left", "Tube Wall Thickness", 0);

//Sub Menu for 3rd Main Menu Item "How To's":
	menus[3] = new menu(180, "vertical", 0, 0, 0, 0, "#F0F0F0", "F0F0F0", "Times New Roman,Verdana,Helvetica", 11, 
		"bold", "bold", "#003F80", "#EA8440", 1, "gray", 2, 62, false, true, false, false, 0, true, 4, 4, "black");
	menus[3].addItem("skintensioning.htm", "", 22, "left", "Skin Tensioning", 0);
	menus[3].addItem("weightbalance.htm", "", 22, "left", "Weight & Balance", 0);
	menus[3].addItem("windscreen.htm", "", 22, "left", "Windscreen Replacement", 0);	

//Sub Menu for 4th Main Menu Item "Contacts":
	menus[4] = new menu(135, "vertical", 0, 0, 0, 0, "#F0F0F0", "F0F0F0", "Times New Roman,Verdana,Helvetica", 11, 
		"bold", "bold", "#003F80", "#EA8440", 1, "gray", 2, 62, false, true, false, false, 0, true, 4, 4, "black");
	menus[4].addItem("contactus.htm", "", 22, "left", "Contact Us", 0);
	menus[4].addItem("membership.htm", "", 22, "left", "Membership", 0);
	menus[4].addItem("contactsother.htm", "", 22, "left", "Other Contacts", 0);

} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.