jmenu1 = new mainMenu('horizontal', 0, '#003399', '#000066');
jmenu1.addItems("Amplifiers", "",
				"Downloads","",
				"Useful Links","",
				"Home","../index.htm");

jmenu1 = new subMenu('1','#003399', '#000099');
jmenu1.addItems("Aleph 5","aleph5.htm",
				"Aleph 4","aleph4.htm",
				"Passlabs A40","a40.htm",
				"Son of Zen","soz.htm",
				"Balanced Line Stage","bls.htm");

jmenu1 = new subMenu('1i1','#003399', '#000099');
jmenu1.addItems("Construction Notes", "aleph5_construction.htm",
				"Pictures","aleph5_pictures.htm");

jmenu1 = new subMenu('1i2','#003399', '#000099');
jmenu1.addItems("Construction Notes", "aleph4_construction.htm",
				"Pictures","aleph4_pictures.htm");

// Downloads
jmenu1 = new subMenu('2','#003399', '#000099');
jmenu1.addItems("PassLabs Files", "",
				"Aleph4","",
				"Aleph5","",
				"Datasheets","",
				"Acrobat Reader","http://www.adobe.com/prodindex/acrobat/readstep.html");

jmenu1 = new subMenu('2i1','#003399', '#000099');
jmenu1.addItems("Aleph Web Page - All Models","http://www.passlabs.com/aleph.htm",
				"Aleph4 User Manual","http://www.passlabs.com/pdf/aleph/a4man.pdf",
				"Aleph4 Service Manual", "http://www.passlabs.com/pdf/aleph/a4serv0.pdf",
				"Aleph5 Use Manual","http://www.passlabs.com/pdf/aleph/a5man.pdf",
				"Aleph5 Service Manual","http://www.passlabs.com/pdf/aleph/a5serv0.pdf",
				"Article on Power Supplies","http://www.passlabs.com/pdf/powersupply.pdf");

jmenu1 = new subMenu('2i2','#003399', '#000099');
jmenu1.addItems("Construction Notes (PDF)", "../files/aleph4_construction.pdf",
				"Circuit, PCBs, Stuffing Diag", "../files/aleph_pcbs.pdf",
				"Aleph4 Circuit (GIF)", "../images/aleph4_circuit.gif",
				"AudioFile Review of Aleph4","../files/audiofile_aleph4.pdf");

jmenu1 = new subMenu('2i3','#003399', '#000099');
jmenu1.addItems("Schematics, PCBs, Stuffing Diag", "../files/aleph5_cad.pdf",
				"Aleph5 PCB (PDF)","../files/aleph5_pcb.pdf",
				"Aleph5 PCB (TIFF)","images/a5_pcb_diag.tif");

jmenu1 = new subMenu('2i4','#003399', '#000099');
jmenu1.addItems("IRFP244", "../files/irfp244.pdf",
				"IRFP240", "../files/irfp240.pdf",
				"IRF9610", "../files/irf9610.pdf",
				"ZTX450", "../files/ztx450.pdf");

jmenu1 = new subMenu('3','#003399', '#000099');
jmenu1.addItems("Parts Contacts", "contacts.htm",
				"PassLabs DIY", "http://www.passdiy.com/",
				"DIY Audio", "http://www.diyaudio.com",
				"FET Matching", "http://www.passdiy.com/howto/matching.htm",
				"Acrobat Reader", "http://www.adobe.com/prodindex/acrobat/readstep.html");

