function init()
{
	//Main Menu items:
	menus[0] = new menu(140, "vertical", 0, 140, -2, -2, "#CACAFF", "#0000A0", "Arial Bold", 8, 
		"bold", "bold", "black", "white", 1, "gray", 1, "+", false, true, true, true, 12, true, 0, 0, "black");
	menus[0].addItem("../../index.html", "", 35, "left", "Spacecraft Main Page", 0);
	menus[0].addItem("#", "", 65, "left", "MIL-DTL-5015 Series I Solder or Crimp(F80) Contacts", 1);
	menus[0].addItem("#", "", 65, "left", "MIL-DTL-5015 Series II Crimp Front Release Contacts", 2);
	menus[0].addItem("#", "", 65, "left", "MIL-DTL-5015 Series III Crimp Rear Release Contacts", 3);
	menus[0].addItem("#", "", 80, "left", "SWL Series connectors - single keyway shell & double start acme threads", 4);
	menus[0].addItem("#", "", 80, "left", "SWLD Series connectors - five keyway shell & double start acme threads", 5);



//Sub Menu for 2nd Main Menu Item ("MIL-DTL-5015 Series I Solder or Crimp(F80) Contacts") submenus 6,7,8:
	menus[1] = new menu(200, "vertical", 0, 0, -5, -5, "#CACAFF", "#0000A0", "Arial Bold", 8, "bold","bold", "black", "white", 1, "gray", 2, "+", false, true, false, true, 6, true, 4, 4, "black");
	menus[1].addItem("mil-dtl-5015seriesisolderorcrimpf80.html", "", 25, "left", "Introduction", 0);
	menus[1].addItem("MIL-DTL-50159a1.html", "", 25, "left", "Special Features", 0);	
	menus[1].addItem("f80oi.html", "", 25, "left", "Ordering Information", 0);
	menus[1].addItem("", "", 25, "left", "Shell Drawings", 6);
	menus[1].addItem("mildtl5015caqrf80.html","", 25, "left", "Accessories", 0);
	menus[1].addItem("","", 25, "left", "Inserts", 7);
	menus[1].addItem("","", 25, "left", "Contacts and Tools", 8);

//Sub Menu for 3rd Main Menu Item ("MIL-DTL-5015 Series II Crimp Front Release Contacts") submenus 9,10,11:
	menus[2] = new menu(200, "vertical", 0, 0, 0, 0, "#CACAFF", "#0000A0", "Arial Bold", 9, "bold","bold", "black", "white", 1, "gray", 2, "+", false, true, false, false, 0, true, 4, 4, "black");
	menus[2].addItem("mil-dtl-5015cfr.html", "", 25, "left", "Introduction", 0);
	menus[2].addItem("mil-dtl-5015seriesiicfrOI.html", "", 25, "left", "Ordering Information", 0);
	menus[2].addItem("", "", 25, "left", "Shell Drawings", 9);
	menus[2].addItem("mildtl5015CAQRcfr.html","", 25, "left", "Accessories", 0);
	menus[2].addItem("","", 25, "left", "Inserts", 10);
	menus[2].addItem("","", 25, "left", "Contacts and Tools", 11);


//Sub Menu for 4th MIL-DTL-5015 Series III Crimp Rear Release Contacts  submenus 12,13,14:
	menus[3] = new menu(200, "vertical", 0, 0, 0, 0, "#CACAFF", "#0000A0", "Arial Bold", 9, "bold", "bold", "black", "white", 1, "gray", 2, "+", false, true, false, false, 0, true, 4, 4, "black");
	menus[3].addItem("rrcmil-dtl-5015.html", "", 25, "left", "Introduction", 0);
	menus[3].addItem("MIL-DTL-50159a1.html", "", 25, "left", "Special Features", 0);
	menus[3].addItem("rrcmil-dtl-5015seriesiicrearOI.html", "", 25, "left", "Ordering Information", 0);
	menus[3].addItem("", "", 25, "left", "Shell Drawings", 12);
	menus[3].addItem("mildtl5015CAQRrrc.html","", 25, "left", "Accessories", 0);
	menus[3].addItem("","", 25, "left", "Inserts", 13);
	menus[3].addItem("","", 25, "left", "Contacts and Tools", 14);

//Sub Menu for 4th Main Menu SWL Series connectors with a single keyway shell and double start acme threads submenus 15,16,17 :
	menus[4] = new menu(200, "vertical", 0, 0, 0, 0, "#CACAFF", "#0000A0", "Arial Bold", 9, "bold", "bold", "black", "white", 1, "gray", 2, "+", false, true, false, false, 0, true, 4, 4, "black");
	menus[4].addItem("swlseriesinfopage.html", "", 25, "left", "Introduction", 0);
	menus[4].addItem("MIL-DTL-50159a1swl.html", "", 25, "left", "Special Features", 0);
	menus[4].addItem("swlseriesOI.html", "", 25, "left", "Ordering Information", 0);
	menus[4].addItem("", "", 25, "left", "Shell Drawings", 15);
	menus[4].addItem("SWLSERIESQR.html","", 25, "left", "Accessories", 0);
	menus[4].addItem("","", 25, "left", "Inserts", 16);
	menus[4].addItem("","", 25, "left", "Contacts and Tools", 17);


//Sub Menu for 4th Main Menu Item SWLD Series connectors with a five keyway shell and double start acme threads submenus 18,19,20:
	menus[5] = new menu(200, "vertical", 0, 0, 0, 0, "#CACAFF", "#0000A0", "Arial Bold", 9, "bold", "bold", "black", "white", 1, "gray", 2, "+", false, true, false, false, 0, true, 4, 4, "black");
	menus[5].addItem("swldseriesinfopage.html", "", 25, "left", "Introduction", 0);
	menus[5].addItem("MIL-DTL-50159a1swld.html", "", 25, "left", "Special Features", 0);
	menus[5].addItem("swldseriesOI.html", "", 25, "left", "Ordering Information", 0);
	menus[5].addItem("", "", 25, "left", "Shell Drawings", 18);
	menus[5].addItem("SWLDSERIESQR.html","", 25, "left", "Accessories", 0);
	menus[5].addItem("","", 25, "left", "Inserts", 19);
	menus[5].addItem("","", 25, "left", "Contacts and Tools", 20);
	
//Sub Menu for 4th Main Menu Item F80 Shell Drawings:
	menus[6] = new menu(235, "vertical", 0, 0, 0, 0, "#CACAFF", "#0000A0", "Arial Bold", 8, "bold", "bold", "black", "white", 1, "gray", 2, "+", false, true, false, false, 0, true, 4, 4, "black");
	menus[6].addItem("scp00wmdiwf80.html", "", 25, "left", "Wall Mount Receptacles", 0);
	menus[6].addItem("scp01inlinef80.html", "", 25, "left", "In-Line Receptacles", 0);
	menus[6].addItem("scp02boxmountf80.html", "", 25, "left", "Box Mount Receptacles", 0);
	menus[6].addItem("jamnutrecepf80.html","", 25, "left", "Jam Nut Receptacles", 0);
	menus[6].addItem("tbfthrubulkheadf80.html","", 25, "left", "Thru-Bulkhead Receptacles", 0);
	menus[6].addItem("scp06straightplugsf80.html","", 25, "left", "Straight Plugs", 0);
	menus[6].addItem("straightplugquickdisf80.html","", 25, "left", "Straight Plugs, Quick Disconnect", 0);
	menus[6].addItem("90degreef80.html","", 25, "left", "90&deg; Plug", 0);
	menus[6].addItem("panelmountingf80.html","", 25, "left", "Panel Mounting Plug", 0);

//Sub Menu for 4th Main Menu Item F80 Inserts:
	menus[7] = new menu(200, "vertical", 0, 0, 0, 0, "#CACAFF", "#0000A0", "Arial Bold", 8, "bold", "bold", "black", "white", 1, "gray", 2, "+", false, true, false, false, 0, true, 4, 4, "black");
	menus[7].addItem("MIL-DTL-5015ICbyshellsizescpf80.html", "", 30, "left", "Insert Arrangements by Shell Size", 0);
	menus[7].addItem("MIL-DTL-5015ICinsertdrawingsf80.html", "", 25, "left", "Insert Drawings", 0);
	menus[7].addItem("scpthermocouplecontactsf80.html", "", 25, "left", "Thermocouple Information", 0);
	menus[7].addItem("MIL-DTL-5015ThermoICbyshellsizescpf80.html","", 25, "left", "Thermocouple Inserts", 0);

//Sub Menu for 4th Main Menu Item F80 Contacts and Tools:
	menus[8] = new menu(200, "vertical", 0, 0, 0, 0, "#CACAFF", "#0000A0", "Arial Bold", 8, "bold", "bold", "black", "white", 1, "gray", 2, "+", false, true, false, false, 0, true, 4, 4, "black");
	menus[8].addItem("MIL-DTL-50159a2-3.html", "", 30, "left", "Tech Data and Solder Contacts", 0);
	menus[8].addItem("MIL-DTL-50159a4-5f80.html", "", 25, "left", "Crimp Pin Contact", 0);
	menus[8].addItem("MIL-DTL-50159a6-7f80.html","", 25, "left", "Crimp Socket Contact", 0);
	menus[8].addItem("MIL-DTL-5015s1toolinga.html","", 30, "left", "Insertion, Removal and Crimp tools", 0);
	menus[8].addItem("MIL-DTL-50159a11.html","", 40, "left", "Alternate Insertion, Removal and Crimp tools", 0);

//Sub Menu for 4th Main Menu Item Front Release Shell Drawings:
	menus[9] = new menu(235, "vertical", 0, 0, 0, 0, "#CACAFF", "#0000A0", "Arial Bold", 8, "bold", "bold", "black", "white", 1, "gray", 2, "+", false, true, false, false, 0, true, 4, 4, "black");
	menus[9].addItem("sc30wmcfr.html", "", 25, "left", "Wall Mount Receptacles", 0);
	menus[9].addItem("sc31IRcfr.html", "", 25, "left", "In-Line Receptacles", 0);
	menus[9].addItem("sc32BMRcfr.html", "", 25, "left", "Box Mount Receptacles", 0);
	menus[9].addItem("sc34jnrcfr.html","", 25, "left", "Jam Nut Receptacles", 0);
	menus[9].addItem("sc33637spcfr.html","", 25, "left", "Straight Plugs", 0);
	menus[9].addItem("sc3890degreepcfr.html","", 25, "left", "90&deg; Plug", 0);
	menus[9].addItem("sc3945degreepcfr.html","", 25, "left", "45&deg; Plug", 0);

//Sub Menu for 4th Main Menu Item Front Release Inserts:
	menus[10] = new menu(200, "vertical", 0, 0, 0, 0, "#CACAFF", "#0000A0", "Arial Bold", 8, "bold", "bold", "black", "white", 1, "gray", 2, "+", false, true, false, false, 0, true, 4, 4, "black");
	menus[10].addItem("MIL-DTL-5015ICbyshellsizescpcfr.html", "", 30, "left", "Insert Arrangements by Shell Size", 0);
	menus[10].addItem("MIL-DTL-5015ICinsertdrawingscfr.html", "", 30, "left", "Insert Drawings by Number of Contacts", 0);

//Sub Menu for 4th Main Menu Item Front Release Contacts and Tools:
	menus[11] = new menu(200, "vertical", 0, 0, 0, 0, "#CACAFF", "#0000A0", "Arial Bold", 8, "bold", "bold", "black", "white", 1, "gray", 2, "+", false, true, false, false, 0, true, 4, 4, "black");
	menus[11].addItem("IContactbyshellsizescpcfr.html", "", 30, "left", "Contacts by Insert Arrangements", 0);
	menus[11].addItem("ICtoolingcfr.html", "", 30, "left", "Tooling", 0);

//Sub Menu for 4th Main Menu Item Rear Release Shell Drawings:
	menus[12] = new menu(235, "vertical", 0, 0, 0, 0, "#CACAFF", "#0000A0", "Arial Bold", 8, "bold", "bold", "black", "white", 1, "gray", 2, "+", false, true, false, false, 0, true, 4, 4, "black");
	menus[12].addItem("rrcsc50wm.html", "", 25, "left", "Wall Mount Receptacles", 0);
	menus[12].addItem("rrcsc51IR.html", "", 25, "left", "In-Line Receptacles", 0);
	menus[12].addItem("rrcsc52BMR.html", "", 25, "left", "Box Mount Receptacles", 0);
	menus[12].addItem("rrcsc54jnr.html","", 25, "left", "Jam Nut Receptacles", 0);
	menus[12].addItem("rrcsc5659sp.html","", 25, "left", "Straight Plug", 0);
	menus[12].addItem("rrcsc59spqd.html","", 25, "left", "Straight Plug, Self Locking", 0);

//Sub Menu for 4th Main Menu Item Rear Release Inserts:
	menus[13] = new menu(200, "vertical", 0, 0, 0, 0, "#CACAFF", "#0000A0", "Arial Bold", 8, "bold", "bold", "black", "white", 1, "gray", 2, "+", false, true, false, false, 0, true, 4, 4, "black");
	menus[13].addItem("rrcMIL-DTL-5015ICbyshellsizescp.html", "", 30, "left", "Inserts Arrangements by Shell Size", 0);
	menus[13].addItem("rrcMIL-DTL-5015ICinsertdrawings.html", "", 30, "left", "Insert Drawings by number of contacts", 0);

//Sub Menu for 4th Main Menu Item Rear Release Contacts and Tools:
	menus[14] = new menu(200, "vertical", 0, 0, 0, 0, "#CACAFF", "#0000A0", "Arial Bold", 8, "bold", "bold", "black", "white", 1, "gray", 2, "+", false, true, false, false, 0, true, 4, 4, "black");
	menus[14].addItem("rrcICbyshellsizescp.html", "", 30, "left", "Contacts by Insert Arrangements", 0);
	menus[14].addItem("rrcICtooling.html", "", 25, "left", "Tooling", 0);

//Sub Menu for 4th Main Menu Item SWL Drawings:
	menus[15] = new menu(235, "vertical", 0, 0, 0, 0, "#CACAFF", "#0000A0", "Arial Bold", 8, "bold", "bold", "black", "white", 1, "gray", 2, "+", false, true, false, false, 0, true, 4, 4, "black");
	menus[15].addItem("swlwm.html", "", 25, "left", "Wall Mount Receptacles", 0);
	menus[15].addItem("swlinline.html", "", 25, "left", "In-Line Receptacles", 0);
	menus[15].addItem("swlbm.html", "", 25, "left", "Box Mount Receptacles", 0);
	menus[15].addItem("swljn.html","", 25, "left", "Jam Nut Receptacles", 0);
	menus[15].addItem("swltbh.html","", 25, "left", "Thru-Bulkhead Receptacle", 0);
	menus[15].addItem("swlsp.html","", 25, "left", "Straight Plug", 0);
	menus[15].addItem("swlpm.html","", 25, "left", "Panel Mounting Plug", 0);

//Sub Menu for 4th Main Menu Item SWL Inserts:
	menus[16] = new menu(200, "vertical", 0, 0, 0, 0, "#CACAFF", "#0000A0", "Arial Bold", 8, "bold", "bold", "black", "white", 1, "gray", 2, "+", false, true, false, false, 0, true, 4, 4, "black");
	menus[16].addItem("swlMIL-DTL-5015ICbyshellsizescp.html", "", 30, "left", "Inserts Arrangements by Shell Size", 0);
	menus[16].addItem("swlMIL-DTL-5015ICinsertdrawings.html", "", 30, "left", "Insert Drawings by number of contacts", 0);
	menus[16].addItem("swlscpthermocouplecontacts.html", "", 25, "left", "Thermocouple Information", 0);
	menus[16].addItem("swlMIL-DTL-5015ThermoICbyshellsizescp.html","", 25, "left", "Thermocouple Inserts", 0);

//Sub Menu for 4th Main Menu Item SWL Contacts and Tools:
	menus[17] = new menu(200, "vertical", 0, 0, 0, 0, "#CACAFF", "#0000A0", "Arial Bold", 8, "bold", "bold", "black", "white", 1, "gray", 2, "+", false, true, false, false, 0, true, 4, 4, "black");
	menus[17].addItem("MIL-DTL-50159a2-3.html", "", 30, "left", "Tech Data and Solder Contacts", 0);
	menus[17].addItem("MIL-DTL-50159a4-5swl.html", "", 25, "left", "Crimp Pin Contact", 0);
	menus[17].addItem("MIL-DTL-50159a6-7swl.html","", 25, "left", "Crimp Socket Contact", 0);
	menus[17].addItem("MIL-DTL-5015s1toolingswl.html","", 30, "left", "Insertion, Removal and Crimp tools", 0);
	menus[17].addItem("MIL-DTL-50159a11swl.html","", 40, "left", "Alternate Insertion, Removal and Crimp tools", 0);


//Sub Menu for 4th Main Menu Item SWLD Drawings:
	menus[18] = new menu(235, "vertical", 0, 0, 0, 0, "#CACAFF", "#0000A0", "Arial Bold", 8, "bold", "bold", "black", "white", 1, "gray", 2, "+", false, true, false, false, 0, true, 4, 4, "black");
	menus[18].addItem("swldwm.html", "", 25, "left", "Wall Mount Receptacles", 0);
	menus[18].addItem("swlinline.html", "", 25, "left", "In-Line Receptacles", 0);
	menus[18].addItem("swldbm.html", "", 25, "left", "Box Mount Receptacles", 0);
	menus[18].addItem("swldjn.html","", 25, "left", "Jam Nut Receptacles", 0);
	menus[18].addItem("swldsp.html","", 25, "left", "Straight Plug", 0);
	menus[18].addItem("swldpm.html","", 25, "left", "Panel Mounting Plug", 0);

//Sub Menu for 4th Main Menu Item SWLD Inserts:
	menus[19] = new menu(200, "vertical", 0, 0, 0, 0, "#CACAFF", "#0000A0", "Arial Bold", 8, "bold", "bold", "black", "white", 1, "gray", 2, "+", false, true, false, false, 0, true, 4, 4, "black");
	menus[19].addItem("swldMIL-DTL-5015ICbyshellsizescp.html", "", 30, "left", "Insert Arrangements by Shell Size", 0);
	menus[19].addItem("swldMIL-DTL-5015ICinsertdrawings.html", "", 30, "left", "Insert Drawings by number of Contacts", 0);
	menus[19].addItem("swldscpthermocouplecontacts.html", "", 25, "left", "Thermocouple Information", 0);
	menus[19].addItem("swldMIL-DTL-5015ThermoICbyshellsizescp.html","", 25, "left", "Thermocouple Inserts", 0);

//Sub Menu for 4th Main Menu Item SWLD Contacts and Tools:
	menus[20] = new menu(200, "vertical", 0, 0, 0, 0, "#CACAFF", "#0000A0", "Arial Bold", 8, "bold", "bold", "black", "white", 1, "gray", 2, "+", false, true, false, false, 0, true, 4, 4, "black");
	menus[20].addItem("MIL-DTL-50159a2-3.html", "", 30, "left", "Tech Data and Solder Contacts", 0);
	menus[20].addItem("MIL-DTL-50159a4-5swld.html", "", 25, "left", "Crimp Pin Contact", 0);
	menus[20].addItem("MIL-DTL-50159a6-7swld.html","", 25, "left", "Crimp Socket Contact", 0);
	menus[20].addItem("MIL-DTL-5015s1toolingswld.html","", 30, "left", "Insertion, Removal and Crimp tools", 0);
	menus[20].addItem("MIL-DTL-50159a11swld.html","", 40, "left", "Alternate Insertion, Removal and Crimp tools", 0);





} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.

//in use menu number 1 2 3 4 5 6