function loadSelectElement(selObjId, options) {
            var selObj = document.getElementById(selObjId);

            // clear the target select element apart from the "select your..." option
            selObj.options.length = 1;

            // copy options from array of [value, pair] arrays to select box
            // IE doesn't work if you use the DOM-standard method, however...
            if (typeof(window.clientInformation) != 'undefined') {
                // IE doesn't take the second "before" parameter...
                for (var loop=0; loop<options.length; loop++) selObj.add(new Option(options[loop][1], options[loop][0]));
            } else {
                for (var loop=0; loop<options.length; loop++) selObj.add(new Option(options[loop][1], options[loop][0]), null);
            }
        }

        function madeSelection(selObj) {
            var selectedValue = selObj.options[selObj.selectedIndex].value;
            var selectedText = selObj.options[selObj.selectedIndex].text;
            if (selectedValue == '--') return;

            if (selObj.name == 'select01') {
                document.getElementById('select02Container').style.display = 'block';
                document.getElementById('select02').options[0].text = 'Model';
                switch(selectedValue) {
                    case 'crusader':
                        loadSelectElement('select02', [
			    ['http://marinedieselparts.com/store/454CID69879_and_Above.html', '454 CID 69879 & up'],
			    ['http://marinedieselparts.com/store/5.7L_Carbureted_1999-2004.html', '5.7L Carb. 1999-2004'],
			    ['http://marinedieselparts.com/store/Model_350_454_CID_up_to_1987.html', '350/454 CID upto 1987'],
			    ['http://marinedieselparts.com/store/Model_CH350_454_CID.html', 'CH350/454 CID'],
			    ['http://marinedieselparts.com/store/CM454XL_Serial88710_and_Above.html', 'CM454XL 88710 & up'],
			    ['http://marinedieselparts.com/store/MP5.0_5.7L.html', 'MP5.0/5.7L'],
			    ['http://marinedieselparts.com/store/MP7.4HO_103696upMP8.2L103669up.html', 'MP7.4HO 103696 & up'],
			    ['http://marinedieselparts.com/store/MP7.4HO_103696upMP8.2L103669up.html', 'MP8.2L 103669 & up'],
			    ['http://marinedieselparts.com/store/MP8.1L.html', 'MP8.1L']
                        ]);
                        return;

                    case 'cummins':
                        loadSelectElement('select02', [
			    ['http://marinedieselparts.com/store/4b_series.htm', '4B Series'],
      			    ['http://marinedieselparts.com/store/6b_series.htm', '6B Series'],
    			    ['http://marinedieselparts.com/store/6c_series.htm', '6C Series'],
   			    ['http://marinedieselparts.com/store/qsb_series.htm', 'QSB Series'],
       		 	    ['http://marinedieselparts.com/store/qsc_series.htm', 'QSC Series'],
 		   	    ['http://marinedieselparts.com/store/qsl_series.htm', 'QSL Series'],
     			    ['http://marinedieselparts.com/store/qsm_series.htm', 'QSM Series']
                        ]);
                        return;

                    case 'sherwood':
                        loadSelectElement('select02', [
     			    ['http://marinedieselparts.com/store/d55.htm', 'D55'],
     			    ['http://marinedieselparts.com/store/d60.htm', 'D60'],
     			    ['http://marinedieselparts.com/store/e35.htm', 'E35'],
     			    ['http://marinedieselparts.com/store/g1503.htm', 'G1503'],
     			    ['http://marinedieselparts.com/store/g157.htm', 'G157'],
     			    ['http://marinedieselparts.com/store/g1814x.htm', 'G1814X'],
     			    ['http://marinedieselparts.com/store/g30-2.htm', 'G30-2'],
     			    ['http://marinedieselparts.com/store/g50.htm', 'G50'],
     			    ['http://marinedieselparts.com/store/g65.htm', 'G65'],
     			    ['http://marinedieselparts.com/store/g7b.htm', 'G7B<'],
     			    ['http://marinedieselparts.com/store/g906.htm', 'G906'],
     			    ['http://marinedieselparts.com/store/g907p.htm', 'G907P'],
     			    ['http://marinedieselparts.com/store/gc1.htm', 'GC1'],
     			    ['http://marinedieselparts.com/store/gc5.htm', 'GC5'],
     			    ['http://marinedieselparts.com/store/gp8001.htm', 'GP8001'],
     			    ['http://marinedieselparts.com/store/k90.htm', 'K90'],
     			    ['http://marinedieselparts.com/store/m71.htm', 'M71'],
     			    ['http://marinedieselparts.com/store/p105.htm', 'P105'],
     			    ['http://marinedieselparts.com/store/p1716x.htm', 'P1716X'],
     			    ['http://marinedieselparts.com/store/p1722x.htm', 'P1722X'],
     			    ['http://marinedieselparts.com/store/p1727a.htm', 'P1727A'],
     			    ['http://marinedieselparts.com/store/p1730a.htm', 'P1730A'],
     			    ['http://marinedieselparts.com/store/p2701x.htm', 'P2701X'],
     			    ['http://marinedieselparts.com/store/r102.htm', 'R102'],
     			    ['http://marinedieselparts.com/store/r30g.htm', 'R30G'],
     			    ['http://marinedieselparts.com/store/r50g.htm', 'R50G'],
     			    ['http://marinedieselparts.com/store/rpbc.htm', 'RPBC']
                        ]);
                        return;

                    case 'universal':
                        loadSelectElement('select02', [
			    ['http://marinedieselparts.com/store/universalm-12.htm', 'M-12'],
      			    ['http://marinedieselparts.com/store/universalm-15.htm', 'M-15'],
      			    ['http://marinedieselparts.com/store/universalm-18.htm', 'M-18'],
      			    ['http://marinedieselparts.com/store/universalm-20.htm', 'M-20'],
      			    ['http://marinedieselparts.com/store/universalm-25.htm', 'M-25'],
      			    ['http://marinedieselparts.com/store/universalm-25xp.htm', 'M-25 XP'],
      			    ['http://marinedieselparts.com/store/universalm-25xpb.htm', 'M-25 XPB'],
      			    ['http://marinedieselparts.com/store/universalm-30.htm', 'M-30'],
      			    ['http://marinedieselparts.com/store/universalm-35.htm', 'M-35'],
      			    ['http://marinedieselparts.com/store/universalm-35b.htm', 'M-35B'],
      			    ['http://marinedieselparts.com/store/universalm-40.htm', 'M-40'],
      			    ['http://marinedieselparts.com/store/universalm-40b.htm', 'M-40B'],
      			    ['http://marinedieselparts.com/store/universalm-50.htm', 'M-50'],
      			    ['http://marinedieselparts.com/store/universalm-50b.htm', 'M-50B'],
      			    ['http://marinedieselparts.com/store/universalm2-12.htm', 'M2-12'],
      			    ['http://marinedieselparts.com/store/universalm3-20.htm', 'M3-20'],
      			    ['http://marinedieselparts.com/store/universalm3-20b.htm', 'M3-20B'],
      			    ['http://marinedieselparts.com/store/universalm4-30.htm', 'M4-30']
                        ]);
                        return;

                    case 'volkswagen':
                        loadSelectElement('select02', [
			    ['http://marinedieselparts.com/store/SDI-40-4.html', 'SDI-40-4'],
      			    ['http://marinedieselparts.com/store/SDI-50-4.html', 'SDI-50-4'],
      			    ['http://marinedieselparts.com/store/SDI-55-5.html', 'SDI-55-5'],
      			    ['http://marinedieselparts.com/store/SDI-60-4.html', 'SDI-60-4'],
      			    ['http://marinedieselparts.com/store/SDI-75-5.html', 'SDI-75-5'],
      			    ['http://marinedieselparts.com/store/TDI-100-5.html', 'TDI-100-5'],
      			    ['http://marinedieselparts.com/store/TDI-115-4.html', 'TDI-115-4'],
      			    ['http://marinedieselparts.com/store/TDI-120-5.html', 'TDI-120-5'],
      			    ['http://marinedieselparts.com/store/TDI-150-5.html', 'TDI-150-5'],
      			    ['http://marinedieselparts.com/store/TDI-165-5.html', 'TDI-165-5'],
      			    ['http://marinedieselparts.com/store/TDI-225-6.html', 'TDI-225-6'],
      			    ['http://marinedieselparts.com/store/TDI-270-6.html', 'TDI-270-6']
                        ]);
                        return;

                    case 'volvopenta':
                        loadSelectElement('select02', [
			    	['http://marinedieselparts.com/store/2001_2002_2003.htm', '2001/2002/2003 Series'],
      			    ['http://marinedieselparts.com/store/AQAD40_A-B.htm', 'AQAD40 A/B Series'],
      			    ['http://marinedieselparts.com/store/AQD40A.htm', 'AQD40A Series'],
      			    ['http://marinedieselparts.com/store/D1.htm', 'D1 Series'],
      			    ['http://marinedieselparts.com/store/D12C.htm', 'D12C'],
      			    ['http://marinedieselparts.com/store/D2-40.htm', 'D2-40'],
      			    ['http://marinedieselparts.com/store/D2-55_A-B-C.htm', 'D2-55 A/B/C'],
      			    ['http://marinedieselparts.com/store/D2-75.htm', 'D2-75'],
      			    ['http://marinedieselparts.com/store/D3.htm', 'D3 Series'],
      			    ['http://marinedieselparts.com/store/D30.htm', 'D30 Series'],
      			    ['http://marinedieselparts.com/store/D31.htm', 'D31 Series'],
      			    ['http://marinedieselparts.com/store/D32.htm', 'D32'],
      			    ['http://marinedieselparts.com/store/4_and_D6.htm', 'D4/D6 Series'],
      			    ['http://marinedieselparts.com/store/D41.htm', 'D41 Series'],
      			    ['http://marinedieselparts.com/store/D42.htm', 'D42'],
      			    ['http://marinedieselparts.com/store/D43.htm', 'D43'],
      			    ['http://marinedieselparts.com/store/D44_and_D300.htm', 'D44/D300'],
      			    ['http://marinedieselparts.com/store/MD2010_A-B-C-D.htm', 'MD2010 A/B/C/D'],
      			    ['http://marinedieselparts.com/store/MD2020_A-B-C-D.htm', 'MD2020 A/B/C/D'],
      			    ['http://marinedieselparts.com/store/"MD2030_A-B-C-D.htm', 'MD2030 A/B/C/D'],
      			    ['http://marinedieselparts.com/store/MD2040_A-B-C-D.htm', 'MD2040 A/B/C/D'],
      			    ['http://marinedieselparts.com/store/MD40A_TMD40_A-B-C.htm', 'MD40A, TMD40 A/B/C'],
      			    ['http://marinedieselparts.com/store/TAMD103.htm', 'TAMD103'],
      			    ['http://marinedieselparts.com/store/TAMD122A.htm', 'TAMD122A'],
      			    ['http://marinedieselparts.com/store/TAMD122P.htm', 'TAMD122P'],
      			    ['http://marinedieselparts.com/store/TAMD162C.htm', 'TAMD162C'],
      			    ['http://marinedieselparts.com/store/TAMD163A-A.htm', 'TAMD163A-A'],
      			    ['http://marinedieselparts.com/store/TAMD163P-A.htm', 'TAMD163P-A'],
      			    ['http://marinedieselparts.com/store/TAMD40_A-B.htm', 'TAMD40 A/B'],
      			    ['http://marinedieselparts.com/store/TAMD63.htm', 'TAMD63'],
      			    ['http://marinedieselparts.com/store/TAMD74_TAMD75.htm', 'TAMD74/TAMD75']
                        ]);
                        return;

                    case 'westerbeke':
                        loadSelectElement('select02', [
      			    ['http://marinedieselparts.com/store/108B_Six.htm', '108B Six'],
      			    ['http://marinedieselparts.com/store/108C_Six.htm', '108C Six'],
      			    ['http://marinedieselparts.com/store/11A_One.htm', '11A One'],
      			    ['http://marinedieselparts.com/store/12B_Two.htm', '12B Two'],
      			    ['http://marinedieselparts.com/store/12C_Two.htm', '12C Two'],
      			    ['http://marinedieselparts.com/store/20B_Two.htm', '20B Two'],
      			    ['http://marinedieselparts.com/store/30B_Three.htm', '30B Three'],
      			    ['http://marinedieselparts.com/store/35B_Three.htm', '35B Three'],
      			    ['http://marinedieselparts.com/store/35C_Three.htm', '35C Three'],
      			    ['http://marinedieselparts.com/store/35D_Three.htm', '35D Three'],
      			    ['http://marinedieselparts.com/store/38B_Four.htm', '38B Four'],
      			    ['http://marinedieselparts.com/store/42B_Four.htm', '42B Four'],
      			    ['http://marinedieselparts.com/store/44A_Four.htm', '44A Four'],
      			    ['http://marinedieselparts.com/store/44B_Four.htm', '44B Four'],
      			    ['http://marinedieselparts.com/store/55A_Four.htm', '55A Four'],
      			    ['http://marinedieselparts.com/store/63B_Four.htm', '63B Four'],
      			    ['http://marinedieselparts.com/store/63C_Four.htm', '63C Four'],
      			    ['http://marinedieselparts.com/store/63D_Four.htm', '63D Four'],
      			    ['http://marinedieselparts.com/store/64A_Four.htm', '64A Four'],
      			    ['http://marinedieselparts.com/store/71B_Four.htm', '71B Four'],
      			    ['http://marinedieselparts.com/store/71C_Four.htm', '71C Four'],
      			    ['http://marinedieselparts.com/store/82B_Four.htm', '82B Four'],
      			    ['http://marinedieselparts.com/store/90A_Four.htm', '90A Four'],
      			    ['http://marinedieselparts.com/store/Century_80-N4.htm', 'Century 80-N4'],
      			    ['http://marinedieselparts.com/store/Century_110-T4.htm', 'Century 110-T4'],
      			    ['http://marinedieselparts.com/store/Century_120-N6.htm', 'Century 120-N6'],
      			    ['http://marinedieselparts.com/store/Century_170-T6.htm', 'Century 170-T6'],
      			    ['http://marinedieselparts.com/store/W10_Two.htm', 'W10 Two'],
      			    ['http://marinedieselparts.com/store/W100.htm', 'W100'],
      			    ['http://marinedieselparts.com/store/W120.htm', 'W120'],
      			    ['http://marinedieselparts.com/store/W12B_Two.htm', 'W12B Two'],
      			    ['http://marinedieselparts.com/store/W13.htm', 'W13'],
      			    ['http://marinedieselparts.com/store/W13A.htm', 'W13A'],
      			    ['http://marinedieselparts.com/store/W18.htm', 'W18'],
      			    ['http://marinedieselparts.com/store/W21.htm', 'W21'],
      			    ['http://marinedieselparts.com/store/W21A.htm', 'W21A'],
      			    ['http://marinedieselparts.com/store/W27.htm', 'W27'],
      			    ['http://marinedieselparts.com/store/W27A.htm', 'W27A'],
      			    ['http://marinedieselparts.com/store/W30.htm', 'W30'],
      			    ['http://marinedieselparts.com/store/W33.htm', 'W33'],
      			    ['http://marinedieselparts.com/store/W33A.htm', 'W33A'],
      			    ['http://marinedieselparts.com/store/W40.htm', 'W40'],
      			    ['http://marinedieselparts.com/store/W46.htm', 'W46'],
      			    ['http://marinedieselparts.com/store/W50.htm', 'W50'],
      			    ['http://marinedieselparts.com/store/W52.htm', 'W52'],
      			    ['http://marinedieselparts.com/store/W58.htm', 'W58'],
      			    ['http://marinedieselparts.com/store/W60.htm', 'W33'],
      			    ['http://marinedieselparts.com/store/W70.htm', 'W70'],
      			    ['http://marinedieselparts.com/store/W80.htm', 'W80']
                        ]);
                        return;

                    case 'yanmar':
                        loadSelectElement('select02', [
      			    ['http://marinedieselparts.com/store/1gm.htm', '1GM'],
      			    ['http://marinedieselparts.com/store/1gm10.htm', '1GM10'],
      			    ['http://marinedieselparts.com/store/2gm.htm', '2GM'],
      			    ['http://marinedieselparts.com/store/2gm20.htm', '2GM20'],
      			    ['http://marinedieselparts.com/store/2gm20_yeu.htm', '2GM20-YEU'],
      			    ['http://marinedieselparts.com/store/2gm20f.htm', '2GM20F'],
      			    ['http://marinedieselparts.com/store/2gm20f_yeu.htm', '2GM20F-YEU'],
      			    ['http://marinedieselparts.com/store/2gmf.htm', '2GMF'],
      			    ['http://marinedieselparts.com/store/2qm.htm', '2QM'],
      			    ['http://marinedieselparts.com/store/2qm15.htm', '2QM15'],
      			    ['http://marinedieselparts.com/store/2qm20_3qm30.htm', '2QM20/3QM30'],
      			    ['http://marinedieselparts.com/store/2ym15.htm', '2YM15'],
      			    ['http://marinedieselparts.com/store/3gm.htm', '3GM'],
      			    ['http://marinedieselparts.com/store/3gm30.htm', '3GM30'],
      			    ['http://marinedieselparts.com/store/3gm30_yeu.htm', '3GM30-YEU'],
      			    ['http://marinedieselparts.com/store/3gm30f.htm', '3GM30F'],
      			    ['http://marinedieselparts.com/store/3gm30f_yeu.htm', '3GM30F-YEU'],
      			    ['http://marinedieselparts.com/store/3gmf.htm', '3GMF'],
      			    ['http://marinedieselparts.com/store/3hm.htm', '3HM'],
      			    ['http://marinedieselparts.com/store/3hm35.htm', '3HM35'],
      			    ['http://marinedieselparts.com/store/3hm25f.htm', '3HM35F'],
      			    ['http://marinedieselparts.com/store/3hmf.htm', '3HMF'],
      			    ['http://marinedieselparts.com/store/3jh2_e.htm', '3JH2-E'],
      			    ['http://marinedieselparts.com/store/3jh2_te.htm', '3JH2-TE'],
      			    ['http://marinedieselparts.com/store/3jh3e.htm', '3JH3E'],
      			    ['http://marinedieselparts.com/store/3jh4e.htm', '3JH4E'],
      			    ['http://marinedieselparts.com/store/3qm.htm', '3QM'],
      			    ['http://marinedieselparts.com/store/3ym20.htm', '3YM20'],
      			    ['http://marinedieselparts.com/store/3ym30.htm', '3YM30'],
      			    ['http://marinedieselparts.com/store/4jh_e_4jh_te.htm', '4JH-E/4JH-TE'],
      			    ['http://marinedieselparts.com/store/4jh_hte_4jh_dte.htm', '4JH-HTE/4JH-DTE'],
      			    ['http://marinedieselparts.com/store/4jh2_e_4jh2_te.htm', '4JH2-E/4JH2-TE'],
      			    ['http://marinedieselparts.com/store/4jh2_hte_4jh2_dte.htm', '4JH2-(HTE/DTE)'],
      			    ['http://marinedieselparts.com/store/4jh2_ute.htm', '4JH2-UTE'],
      			    ['http://marinedieselparts.com/store/4jh3_e.htm', '4JH3-E'],
      			    ['http://marinedieselparts.com/store/4jh3_te_4jh3_hte_4jh3dte.htm', '4JH3-(TE/HTE/DTE)'],
      			    ['http://marinedieselparts.com/store/4jh4_e.htm', '4JH4-E'],
      			    ['http://marinedieselparts.com/store/4jh4_te.htm', '4JH4-HTE'],
      			    ['http://marinedieselparts.com/store/4jh4_hte.htm', '4JH4-TE'],
      			    ['http://marinedieselparts.com/store/4lh_dte_4_lh_ste_non_a.htm', '4LH-DTE/4LH-STE'],
      			    ['http://marinedieselparts.com/store/4lh_te_5lh_hte_non_a.htm', '4LH-TE/4LH-HTE'],
      			    ['http://marinedieselparts.com/store/4lha_dte_4lha_dtp_a.htm', '4LHA-DTE/4LHA-DTP'],
      			    ['http://marinedieselparts.com/store/4lha_dtze_4lha_dtzp_a.htm', '4LHA-DTZE/4LHA-DTZP'],
      			    ['http://marinedieselparts.com/store/4lha_hte_4lha_htp.htm', '4LHA-HTE/4LHA-HTP'],
      			    ['http://marinedieselparts.com/store/4lha_htze_4lha_htzp.htm', '4LHA-HTZE/4LHA-HTZP'],
      			    ['http://marinedieselparts.com/store/4lha_ste_4lha_stp.htm', '4LHA-STE/4LHA-STP'],
      			    ['http://marinedieselparts.com/store/4lha_stze_4lha_stzp.htm', '4LHA-STZE/4LHA-STZP'],
      			    ['http://marinedieselparts.com/store/6cx_ete.htm', '6CX-ETE'],
      			    ['http://marinedieselparts.com/store/6cx_gte_6cx_gte2.htm', '6CX-GTE/6CX-GTE2'],
      			    ['http://marinedieselparts.com/store/6lp_dte_6lp_ste.htm', '6LP-DTE/6LP-STE'],
      			    ['http://marinedieselparts.com/store/6lp_dtze_6lp_stze.htm', '6LP-DTZE/6LP-STZE   (Z)'],
      			    ['http://marinedieselparts.com/store/6lpa_dtp_6lpa_stp.htm', '6LPA-DTP/6LPA-STP'],
      			    ['http://marinedieselparts.com/store/6lpa_dtzp_6lpa_stzp.htm', '6LPA-DTZP/6LPA-STZP  (Z)'],
      			    ['http://marinedieselparts.com/store/6ly_ute_6ly_ste_non_a.htm', '6LY-UTE/6LY-STE'],
      			    ['http://marinedieselparts.com/store/6ly2_ste_non_a.htm', '6LY2-STE'],
      			    ['http://marinedieselparts.com/store/6ly2a_ste_6ly2a_stp.htm', '6LY2A-STE/6LY2A-STP'],
      			    ['http://marinedieselparts.com/store/6ly3_utp_6ly3_stp_6ly3_etp.htm', '6LY3-(UTP/STP/ETP)'],
      			    ['http://marinedieselparts.com/store/6lya_ute_6lya_ste.htm', '6LYA-UTE/6LYA-STE'],
      			    ['http://marinedieselparts.com/store/6sy_stp.htm', '6SY-STP'],
      			    ['http://marinedieselparts.com/store/8sy_stp.htm', '8SY-STP'],
      			    ['http://marinedieselparts.com/store/4by.htm', '4BY 150/180'],
      			    ['http://marinedieselparts.com/store/6by.htm', '6BY 220/260'],
      			    ['http://marinedieselparts.com/store/sb12.htm', 'SB12'],
      			    ['http://marinedieselparts.com/store/sb8.htm', 'SB8'],
      			    ['http://marinedieselparts.com/store/sve12.htm', 'SVE12'],
      			    ['http://marinedieselparts.com/store/sve8.htm', 'SVE8'],
      			    ['http://marinedieselparts.com/store/ysb12.htm', 'YSB12'],
      			    ['http://marinedieselparts.com/store/ysb8.htm', 'YSB8'],
      			    ['http://marinedieselparts.com/store/yse12.htm', 'YSE12'],
      			    ['http://marinedieselparts.com/store/yse8.htm', 'YSE8'],
      			    ['http://marinedieselparts.com/store/ysm8_ysm12.htm', 'YSM8/YSM12']
                        ]);
                        return;
                }
            } // select01
        }