
// Fool Interdev to get syntax coloring: <script type="text/javascript">




function Array_add(item){
	this[this.length++]=item
}
Array.prototype.add = Array_add;


function zoekItem(artnum, oms, prijsEURO){
	this.artnum = artnum;
	this.oms = oms;
	this.prijsEURO = prijsEURO;
}

// -----------
// Constructor
// -----------
function zoek(){
	this.zoekItems = new Array();
	this.init();
}

function zoek_init(){
this.zoekItems.add(new zoekItem("12.35.0070", "Potmeter 10k pl.kl.mid", "2,17"));
this.zoekItems.add(new zoekItem("12.35.0080", "Potmeter 10k pl.kl.pr.", "2,17"));
this.zoekItems.add(new zoekItem("12.35.0090", "Potmeter 10k pl.gr.sol.", "2,17"));
this.zoekItems.add(new zoekItem("12.35.0100", "Potmeter 10k+ pl.gr.sol.", "2,17"));
this.zoekItems.add(new zoekItem("12.35.0110", "Potmeter 10k pl.gr.pr.", "2,17"));
this.zoekItems.add(new zoekItem("12.35.0120", "Potmeter 25ka metaal", "2,17"));
this.zoekItems.add(new zoekItem("12.35.0130", "Potmeter 25kb metaal", "2,17"));
this.zoekItems.add(new zoekItem("12.35.0140", "Potmeter 25k pl.kl.pr.", "2,17"));
this.zoekItems.add(new zoekItem("12.35.0150", "Potmeter 22k pl.kl.pr.", "2,17"));
this.zoekItems.add(new zoekItem("12.35.0160", "Potmeter 25k+ pl.kl.pr.", "2,17"));
this.zoekItems.add(new zoekItem("12.35.0170", "Potmeter 25k gr.pl.pr.", "2,17"));
this.zoekItems.add(new zoekItem("12.35.0180", "Potmeter 25k+ gr.pl.pr.", "2,17"));
this.zoekItems.add(new zoekItem("12.35.0190", "Potmeter 2x25k+gr.pl.pr.", "2,90"));
this.zoekItems.add(new zoekItem("12.35.0200", "Potmeter 2x25k+gr.pl.sol", "2,90"));
this.zoekItems.add(new zoekItem("12.35.0220", "Potmeter 50k+ gr.pl.pr.", "2,17"));
this.zoekItems.add(new zoekItem("12.35.0230", "Potmeter 50k+gr.pl.sol", "2,17"));
this.zoekItems.add(new zoekItem("12.35.0240", "Potmeter 50k gr.pl.sol", "2,17"));
this.zoekItems.add(new zoekItem("12.35.0250", "Potmeter 2x100kB met.pr.", "2,90"));
this.zoekItems.add(new zoekItem("12.35.0260", "Potmeter 100k gr.pl.sol", "2,17"));
this.zoekItems.add(new zoekItem("12.35.0270", "Potmeter 100k gr.pl.pr.", "2,17"));
this.zoekItems.add(new zoekItem("12.35.0275", "Potmeter 100k lin metaal", "2,17"));
this.zoekItems.add(new zoekItem("12.35.0280", "Potmeter 2x100k metaal", "2,90"));
this.zoekItems.add(new zoekItem("12.36.010", "Potmeter draai 10 lin", "3,08"));
this.zoekItems.add(new zoekItem("12.36.020", "Potmeter draai 10klog", "3,08"));
this.zoekItems.add(new zoekItem("14.00.AC127", "Transistor AC127", "2,26"));
this.zoekItems.add(new zoekItem("14.00.AC132", "Transistor AC132", "3,17"));
this.zoekItems.add(new zoekItem("14.00.ON143", "Transistor ON134", "3,53"));
this.zoekItems.add(new zoekItem("14.00.0021", "Transistor AC151-6", "3,53"));
this.zoekItems.add(new zoekItem("14.01.BC141", "Transistor BC141", "1,95"));
this.zoekItems.add(new zoekItem("14.01.BC161", "Transistor BC161", "1,95"));
this.zoekItems.add(new zoekItem("14.01.BC172B", "Transistor BC172b", "0,95"));
this.zoekItems.add(new zoekItem("14.01.BC174", "Transistor BC174b", "0,95"));
this.zoekItems.add(new zoekItem("14.01.BC238A", "Transistor BC238a", "0,95"));
this.zoekItems.add(new zoekItem("14.01.BC238B", "Transistor BC238b", "0,95"));
this.zoekItems.add(new zoekItem("14.01.BC238C", "Transistor BC238c", "0,95"));
this.zoekItems.add(new zoekItem("14.01.BC238GRIJS", "Transistor BC238 grijs", "0,95"));
this.zoekItems.add(new zoekItem("14.01.BC238PAARS", "Transistor Bc238 paars", "0,95"));
this.zoekItems.add(new zoekItem("14.01.BC238ROOD", "Transistor BC238 rood", "0,95"));
this.zoekItems.add(new zoekItem("14.01.BC239B", "Transistor BC239b", "0,95"));
this.zoekItems.add(new zoekItem("14.01.BC308A", "Transistor BC308a", "0,95"));
this.zoekItems.add(new zoekItem("14.01.BC346B", "Transistor BC346b", "1,08"));
this.zoekItems.add(new zoekItem("14.01.BC548B", "Transistor BC548b", "0,95"));
this.zoekItems.add(new zoekItem("14.01.BC558B", "Transistor BC558b", "1,08"));
this.zoekItems.add(new zoekItem("14.01.BC560A", "Transistor BC556a", "1,08"));
this.zoekItems.add(new zoekItem("14.01.BF494", "Transistor BF494", "0,95"));
this.zoekItems.add(new zoekItem("14.01.BF495", "Transistor BF495", "0,95"));
this.zoekItems.add(new zoekItem("14.02.BD130", "Powertr.BD130(=2N3055)", "4,08"));
this.zoekItems.add(new zoekItem("14.02.BD137", "Transistor BD137", "1,95"));
this.zoekItems.add(new zoekItem("14.02.BD138", "Transistor BD138", "1,95"));
this.zoekItems.add(new zoekItem("14.02.FET3819", "Fettransistor 3819", "1,95"));
this.zoekItems.add(new zoekItem("14.02.RFP12N10", "Powerfet(=IRF530)", "4,08"));
this.zoekItems.add(new zoekItem("14.02.RFP12P10", "Powerfet (=IRF9530)", "4,08"));
this.zoekItems.add(new zoekItem("14.02.TIP41C", "Powertransistor TIP41 npn", "4,08"));
this.zoekItems.add(new zoekItem("14.02.TIP42C", "Powertransistor TIP42 pnp", "4,08"));
this.zoekItems.add(new zoekItem("14.02.2N6292", "Powertr.2N6292(=16669)", "4,08"));
this.zoekItems.add(new zoekItem("14.04.7805", "Stab.IC +5V", "2,26"));
this.zoekItems.add(new zoekItem("14.04.7812", "Stab.IC.+12V", "2,26"));
this.zoekItems.add(new zoekItem("14.04.7815", "Stab.IC.+15V", "2,26"));
this.zoekItems.add(new zoekItem("14.04.7905", "Stab.IC.-5V", "2,26"));
this.zoekItems.add(new zoekItem("14.04.7912", "Stab.IC.-12V", "2,26"));
this.zoekItems.add(new zoekItem("14.04.7915", "Stab.IC.-15V", "2,26"));
this.zoekItems.add(new zoekItem("14.20.ZPD12", "Zenerdiode 12V", "0,40"));
this.zoekItems.add(new zoekItem("14.20.ZPD15", "Zenerdiode 15V", "0,40"));
this.zoekItems.add(new zoekItem("14.20.ZPD18", "Zenerdiode 18V", "0,40"));
this.zoekItems.add(new zoekItem("14.23.BB112", "Varicap BB112", "3,90"));
this.zoekItems.add(new zoekItem("14.23.BB113", "Variap BB113", "3,90"));
this.zoekItems.add(new zoekItem("14.30.B80C3700", "Brugcel", "2,94"));
this.zoekItems.add(new zoekItem("14.32.74C02", "IC 74C02", "3,53"));
this.zoekItems.add(new zoekItem("14.32.74C906", "IC 74C906", "3,17"));
this.zoekItems.add(new zoekItem("14.34.HC137", "IC 74HC137", "2,72"));
this.zoekItems.add(new zoekItem("14.34.HC138", "IC 74HC138", "2,72"));
this.zoekItems.add(new zoekItem("14.34.HC157", "IC 74HC157", "2,72"));
this.zoekItems.add(new zoekItem("14.34.HC175", "IC 74HC175", "2,72"));
this.zoekItems.add(new zoekItem("14.34.HC244", "IC 74HC244", "2,72"));
this.zoekItems.add(new zoekItem("14.34.HC245", "IC 74HC245", "2,72"));
this.zoekItems.add(new zoekItem("14.34.HC374", "IC 74HC374", "3,17"));
this.zoekItems.add(new zoekItem("14.34.HC4075", "IC 74HC4075", "2,72"));
this.zoekItems.add(new zoekItem("14.34.HC74", "IC 74HC74", "2,72"));
this.zoekItems.add(new zoekItem("14.34.SSM2024", "IC SSM2024", "5,44"));
this.zoekItems.add(new zoekItem("14.35.HEF4052", "IC HEF4052", "2,72"));
this.zoekItems.add(new zoekItem("14.35.HEF4053", "IC HEF4053", "2,72"));
this.zoekItems.add(new zoekItem("14.35.HEF4104", "IC HEF4104", "2,72"));
this.zoekItems.add(new zoekItem("14.36.DAC0808", "IC DAC0808", "16,24"));
this.zoekItems.add(new zoekItem("14.36.GEM2614", "Emulatorboard pedaal GEM", "41,74"));
this.zoekItems.add(new zoekItem("14.36.LM324", "Opamp LM324", "3,17"));
this.zoekItems.add(new zoekItem("14.36.LM339", "Opamp IC LM339", "3,17"));
this.zoekItems.add(new zoekItem("14.36.LM348", "Opamp IC LM348", "3,17"));
this.zoekItems.add(new zoekItem("14.36.LM349", "Comp.IC LM349", "5,17"));
this.zoekItems.add(new zoekItem("14.36.LM393", "Opamp LM393", "3,17"));
this.zoekItems.add(new zoekItem("14.36./M087EMU", "Emulatorboard  M087", "26,41"));
this.zoekItems.add(new zoekItem("14.36.M108", "IC M108", "40,84"));
this.zoekItems.add(new zoekItem("14.36.NE571", "IC NE571", "8,16"));
this.zoekItems.add(new zoekItem("14.36.S10430", "Gating IC S10430", "28,31"));
this.zoekItems.add(new zoekItem("14.36.SAA1030", "Top oktaaf IC SAA 1030", "27,22"));
this.zoekItems.add(new zoekItem("14.36.SAJ110", "Deler SAJ110", "8,16"));
this.zoekItems.add(new zoekItem("14.36.SAJ410", "Deler IC SAJ410", "8,16"));
this.zoekItems.add(new zoekItem("14.36.SI1050GLM", "Power IC SI 1050GLM", "40,84"));
this.zoekItems.add(new zoekItem("14.36.TAA621", "Power IC TAA621", "9,07"));
this.zoekItems.add(new zoekItem("14.36.TDA0470", "Gating IC TDA0470", "5,08"));
this.zoekItems.add(new zoekItem("14.36.TDA1022", "Delay IC TDA1022", "11,34"));
this.zoekItems.add(new zoekItem("14.36.TDA2020", "Power IC TDA2020", "14,88"));
this.zoekItems.add(new zoekItem("14.36.TL071", "IC TL071", "3,17"));
this.zoekItems.add(new zoekItem("14.36.TL074", "IC TL074", "3,17"));
this.zoekItems.add(new zoekItem("14.36.TLO64", "IC TL064", "3,17"));
this.zoekItems.add(new zoekItem("14.36.TMS3616", "Top oktaaf IC TMS3616", "13,15"));
this.zoekItems.add(new zoekItem("14.36.TMS3617", "Generator IC TMS3617", "23,41"));
this.zoekItems.add(new zoekItem("14.36.3280", "OTA IC 3280", "5,89"));
this.zoekItems.add(new zoekItem("14.36.4727", "Deler IC 4727(=SAA1004)", "8,71"));
this.zoekItems.add(new zoekItem("14.36.5837", "Ruis IC 5837", "8,75"));
this.zoekItems.add(new zoekItem("14.36.65C02", "uProcessor 65C02", "17,24"));
this.zoekItems.add(new zoekItem("14.36.741", "Opamp 741", "3,17"));
this.zoekItems.add(new zoekItem("14.36.74393", "Deler IC 74393", "8,16"));
this.zoekItems.add(new zoekItem("14.37.74LS13", "IC 74LS13", "2,72"));
this.zoekItems.add(new zoekItem("14.37.74LS624", "Osc.IC 74LS624", "4,08"));
this.zoekItems.add(new zoekItem("14.39.AB160", "Ritom.IC.AB160", "54,45"));
this.zoekItems.add(new zoekItem("14.39.AY-5-1317", "Comb.IC AY-5-1317", "21,32"));
this.zoekItems.add(new zoekItem("14.39.M251B1AC", "IC M251 B1 AC", "40,84"));
this.zoekItems.add(new zoekItem("14.39.M252B1AZ", "IC M252 B1 AZ", "25,32"));
this.zoekItems.add(new zoekItem("14.39.M252B1BY", "IC M252 B1 BY", "25,32"));
this.zoekItems.add(new zoekItem("14.39.M259B1AB", "Ritme IC M259B1AB", "40,84"));
this.zoekItems.add(new zoekItem("14.39.M259EAG", "Ritme IC M259 EAG", "45,37"));
this.zoekItems.add(new zoekItem("14.39.M259EAH", "Ritme IC M259 EAH", "45,37"));
this.zoekItems.add(new zoekItem("14.39.ORB33", "Delay IC ORB33", "15,42"));
this.zoekItems.add(new zoekItem("14.39.RM161", "Ritme IC RM161", "43,56"));
this.zoekItems.add(new zoekItem("14.39.RM170", "Ritme IC RM170", "26,50"));
this.zoekItems.add(new zoekItem("14.39.RM180", "Ritme IC RM180", "26,50"));
this.zoekItems.add(new zoekItem("14.39.TCA350", "Delay IC TCA 350", "13,97"));
this.zoekItems.add(new zoekItem("14.39.TMS3630116", "IC TMS 3630 116", "35,39"));
this.zoekItems.add(new zoekItem("14.39.TMS3630117", "IC TMS 3630 117", "35,39"));
this.zoekItems.add(new zoekItem("14.39.TMS3630119", "IC TMS 3630 119", "35,39"));
this.zoekItems.add(new zoekItem("14.39.259B1AB", "IC M259 B1 AB", "43,38"));
this.zoekItems.add(new zoekItem("14.39.44000", "TMS 7040/44000", "25,59"));
this.zoekItems.add(new zoekItem("16.00.0087", "Toonspoel 1:1 klein", "8,84"));
this.zoekItems.add(new zoekItem("16.00.0087", "Toonspoel 1:1", "8,84"));
this.zoekItems.add(new zoekItem("16.00.0088", "Toonspoel 1:2 groot", "8,84"));
this.zoekItems.add(new zoekItem("16.00.0088", "Toonspoel 1:2", "8,84"));
this.zoekItems.add(new zoekItem("16.00.2585", "Toonspoel D/E/F", "6,12"));
this.zoekItems.add(new zoekItem("16.00.2586", "Toonspoel F110/G/NL", "3,81"));
this.zoekItems.add(new zoekItem("16.00.2587", "Toonspoel groen", "6,12"));
this.zoekItems.add(new zoekItem("16.00.2588", "Toonspoel wit", "6,12"));
this.zoekItems.add(new zoekItem("16.00.2589", "Toonspoel rood", "6,12"));
this.zoekItems.add(new zoekItem("16.00.2590", "Toonspoel paars", "6,12"));
this.zoekItems.add(new zoekItem("16.10.0001", "Ontstoringspolco 0,1uF", "2,94"));
this.zoekItems.add(new zoekItem("16.11.0062", "RW veer klein", "29,83"));
this.zoekItems.add(new zoekItem("16.11.0063", "RW veer groot", "33,57"));
this.zoekItems.add(new zoekItem("16.11.0064", "RW veer Phlips", "32,78"));
this.zoekItems.add(new zoekItem("16.20.1006", "Lampje 24v schroef", "0,90"));
this.zoekItems.add(new zoekItem("16.20.1007", "Lampje 24V wedge base", "0,90"));
this.zoekItems.add(new zoekItem("16.20.1008", "Lampje min 12V O9000", "2,72"));
this.zoekItems.add(new zoekItem("16.20.1009", "Lampje 24V bajonet", "1,36"));
this.zoekItems.add(new zoekItem("16.20.1010", "Lampje 24V preset", "1,36"));
this.zoekItems.add(new zoekItem("16.20.1011", "lampje 24V Rafi", "2,17"));
this.zoekItems.add(new zoekItem("16.20.1012", "Soldeerlampje 24V Picello", "0,90"));
this.zoekItems.add(new zoekItem("16.20.1020", "Fitting schroef", "0,81"));
this.zoekItems.add(new zoekItem("16.20.1021", "Fitting wedge base", "1,36"));
this.zoekItems.add(new zoekItem("16.20.2001", "LED rood", "0,54"));
this.zoekItems.add(new zoekItem("16.20.2002", "LED rood 20cm", "1,90"));
this.zoekItems.add(new zoekItem("16.20.2003", "LED rood 50cm", "2,17"));
this.zoekItems.add(new zoekItem("16.25.0026", "Plug 16p Hirschmann", "13,15"));
this.zoekItems.add(new zoekItem("16.25.0027", "Entree 16p Hirschmann", "9,75"));
this.zoekItems.add(new zoekItem("16.25.0040", "Amphemol plug 5-polig", "5,44"));
this.zoekItems.add(new zoekItem("16.25.0041", "Amphenol kap", "2,04"));
this.zoekItems.add(new zoekItem("16.25.0050", "Amphenol entree 5-polig", "5,44"));
this.zoekItems.add(new zoekItem("16.30.0001", "Schuifschakelaar zwart", "5,26"));
this.zoekItems.add(new zoekItem("16.30.0002", "Tuimelsch.Omegan reg.", "3,26"));
this.zoekItems.add(new zoekItem("16.30.0004", "Tuimelsch.S serie", "3,26"));
this.zoekItems.add(new zoekItem("16.30.0005", "ped,sch.O7100", "2,17"));
this.zoekItems.add(new zoekItem("16.30.0007", "Druksch. + Led", "2,17"));
this.zoekItems.add(new zoekItem("16.30.0033", "Schakelaar E beige", "19,05"));
this.zoekItems.add(new zoekItem("16.30.1001", "Reedrelais", "2,72"));
this.zoekItems.add(new zoekItem("16.30.1201", "Presetsch.klassiek", "3,72"));
this.zoekItems.add(new zoekItem("16.30.1401", "Schak.Alps.ivoor", "5,80"));
this.zoekItems.add(new zoekItem("16.30.1402", "Schak.Alps groen", "5,80"));
this.zoekItems.add(new zoekItem("16.30.1403", "Schak.Alps geel", "5,80"));
this.zoekItems.add(new zoekItem("16.30.1404", "Schak.Alps rood", "5,80"));
this.zoekItems.add(new zoekItem("16.30.1405", "Schak.Alps zwart", "5,80"));
this.zoekItems.add(new zoekItem("16.50.0001", "kontaktveer 22mm goud", "0,95"));
this.zoekItems.add(new zoekItem("16.50.0002", "kontaktveer 25mm goud", "1,08"));
this.zoekItems.add(new zoekItem("16.50.0003", "kontaktveer 36mm goud", "1,27"));
this.zoekItems.add(new zoekItem("16.50.0004", "kontaktveer 25mm zilver", "0,63"));
this.zoekItems.add(new zoekItem("16.50.0005", "kontakt plat zilver", "0,36"));
this.zoekItems.add(new zoekItem("16.50.0010", "pedaalkontakt V10 recht", "0,54"));
this.zoekItems.add(new zoekItem("16.50.0011", "Ped.kontakt haaks V11", "0,54"));
this.zoekItems.add(new zoekItem("16.50.0012", "Pedaalkontakt krul V12", "0,54"));
this.zoekItems.add(new zoekItem("16.50.0015", "Pedaalveer Fatar", "1,36"));
this.zoekItems.add(new zoekItem("16.50.0020", "kontaktstrip 11v Omegan", "4,99"));
this.zoekItems.add(new zoekItem("16.50.0021", "Kontaktstrip 6v Omegan", "2,72"));
this.zoekItems.add(new zoekItem("44.01.0005", "zwelprint + LDR + lampje", "17,19"));
this.zoekItems.add(new zoekItem("44.01.0010", "LDR", "6,80"));
this.zoekItems.add(new zoekItem("44.10.0073", "toets Omegan 8700/9000","4,08"));
this.zoekItems.add(new zoekItem("44.10.0031", "C toets type N wit", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0032", "D toets type N wit", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0033", "E toets type N wit", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0034", "F toets type N wit", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0036", "A toets type N wit", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0037", "B toets type N wit", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0038", "C toets type N wit sluit", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0039", "Zwarte toets type N", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0041", "C toets type N creme", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0042", "D toets type N creme", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0043", "E toets type N creme", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0044", "F toets type N creme", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0045", "G toets type N creme", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0046", "A toets type N creme", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0047", "B toets type N creme", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0048", "C toets typeN creme sluit", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0049", "zwarte toets type N", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0051", "C toets type P", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0052", "D toets type P", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0053", "E toets type P", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0054", "F toets type P", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0055", "G toets type P", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0056", "A toets type P", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0057", "B toets type P", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0058", "C toets type P sluit", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0059", "Zwarte toets type P", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0061", "C toets type S", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0062", "D toets type S", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0063", "E toets type S", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0064", "F toets type S", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0065", "G toets type S", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0066", "A toets type S", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0067", "B toets type S", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0068", "C toets type S sluit", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0069", "zwarte toets type S", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0097", "pedaaltoets kort Fatar", "5,44"));
this.zoekItems.add(new zoekItem("44.10.0100", "Registerlabel Eminent", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0101", "Registerlabel Solina", "1,81"));
this.zoekItems.add(new zoekItem("44.10.0110", "Pedaalveer Fatar", "0,68"));
this.zoekItems.add(new zoekItem("52.01.A100", "schema Solina A100/104", "7,87"));
this.zoekItems.add(new zoekItem("52.01.A200", "schema Solina A 200 serie", "7,14"));
this.zoekItems.add(new zoekItem("52.01.A300", "schema A300/1300", "7,14"));
this.zoekItems.add(new zoekItem("52.01.B100", "schema B100/102/104/106", "8,57"));
this.zoekItems.add(new zoekItem("52.01.B200", "schema Sol.B200/204/206", "8,57"));
this.zoekItems.add(new zoekItem("52.01.B300", "schema Sol.B300/303/306", "7,87"));
this.zoekItems.add(new zoekItem("52.01.B400", "schema B412/417", "7,87"));
this.zoekItems.add(new zoekItem("52.01.B85", "schema Eminent B85", "7,14"));
this.zoekItems.add(new zoekItem("52.01.C100", "schema Sol. C100/112/116", "8,57"));
this.zoekItems.add(new zoekItem("52.01.C310", "schema Combomatic 310", "1,70"));
this.zoekItems.add(new zoekItem("52.01.COMBOUD", "schema Combomatic oud", "1,70"));
this.zoekItems.add(new zoekItem("52.01.Coud", "schema Solina C oud", "4,42"));
this.zoekItems.add(new zoekItem("52.01.D100", "schema Solina D112/117", "8,57"));
this.zoekItems.add(new zoekItem("52.01.DEFD", "schema Solina D/E/F/D13", "3,40"));
this.zoekItems.add(new zoekItem("52.01.E1500", "schema Eminent 1500", "8,82"));
this.zoekItems.add(new zoekItem("52.01.E1600", "schema Eminent 1600", "8,82"));
this.zoekItems.add(new zoekItem("52.01.E200", "schema Eminent200/400/450", "4,76"));
this.zoekItems.add(new zoekItem("52.01.E2000", "schema Eminent 2000", "10,02"));
this.zoekItems.add(new zoekItem("52.01.E2500", "schema Eminent 2500", "10,73"));
this.zoekItems.add(new zoekItem("52.01.E300", "schema Eminent 300", "4,76"));
this.zoekItems.add(new zoekItem("52.01.E310", "schema Eminent 310", "6,01"));
this.zoekItems.add(new zoekItem("52.01.E500", "schema Eminent500/550/650", "8,57"));
this.zoekItems.add(new zoekItem("52.01.E500", "schema Eminent 500/550/650", "857,00"));
this.zoekItems.add(new zoekItem("52.01.E510", "schema Eminent 510/560", "9,27"));
this.zoekItems.add(new zoekItem("52.01.F110", "schema Solina F110/D100", "6,19"));
this.zoekItems.add(new zoekItem("52.01.F200", "Schema Sol.F217/218/219", "10,73"));
this.zoekItems.add(new zoekItem("52.01.F220", "schema Solina F220/225", "10,73"));
this.zoekItems.add(new zoekItem("52.01.G", "schema Solina G/GL", "6,19"));
this.zoekItems.add(new zoekItem("52.01.G100", "schema Solina G100/110", "6,19"));
this.zoekItems.add(new zoekItem("52.01.K/N", "schema Solina K150/N150", "8,50"));
this.zoekItems.add(new zoekItem("52.01.NL100", "schema Solina NL100", "7,14"));
this.zoekItems.add(new zoekItem("52.01.O7000", "schema Omegan 7000", "4,65"));
this.zoekItems.add(new zoekItem("52.01.O7100", "schema Omegan 7100", "7,14"));
this.zoekItems.add(new zoekItem("52.01.O7500", "schema Omegan 7500/7900", "13,04"));
this.zoekItems.add(new zoekItem("52.01.O7600", "schema O.69/72/76/83/8500", "13,00"));
this.zoekItems.add(new zoekItem("52.01.O8000", "schema Omegan 8000", "13,04"));
this.zoekItems.add(new zoekItem("52.01.O8100", "schema Omegan 8100", "13,04"));
this.zoekItems.add(new zoekItem("52.01.O8200", "schema Omegan 8200", "13,09"));
this.zoekItems.add(new zoekItem("52.01.O9000", "schema Omegan 8700/9000", "13,04"));
this.zoekItems.add(new zoekItem("52.01.OR70", "Schema OR70 box", "3,06"));
this.zoekItems.add(new zoekItem("52.01.P200", "schema P200/240/245/255", "9,27"));
this.zoekItems.add(new zoekItem("52.01.P275", "Schema Solina P 275", "9,27"));
this.zoekItems.add(new zoekItem("52.01.P300", "schema Eminent P300", "9,27"));
this.zoekItems.add(new zoekItem("52.01.P355", "schema Eminent P355", "8,50"));
this.zoekItems.add(new zoekItem("52.01.Poud", "schema Solina P oud", "3,06"));
this.zoekItems.add(new zoekItem("52.01.RITH", "schema Rithmix110/120/130", "2,60"));
this.zoekItems.add(new zoekItem("52.01.ROM", "schema ROM/210/310", "3,06"));
this.zoekItems.add(new zoekItem("52.01.S110", "schema Solina S110/SL110", "9,27"));
this.zoekItems.add(new zoekItem("52.01.S20", "schema Eminent S20/30/40", "6,12"));
this.zoekItems.add(new zoekItem("52.01.SEN", "schema SE nieuw", "5,10"));
this.zoekItems.add(new zoekItem("52.01.SEOUD", "schema SE oud", "5,10"));
this.zoekItems.add(new zoekItem("52.01.SL", "schema Solina S/SL", "8,05"));
this.zoekItems.add(new zoekItem("52.01.T250", "schema Eminent T250/255", "9,27"));
this.zoekItems.add(new zoekItem("52.01.T265", "schema T250  + suppl.T265", "10,64"));
this.zoekItems.add(new zoekItem("52.01.TGER", "schema Solina T/TL ger", "7,14"));
this.zoekItems.add(new zoekItem("52.01.TL110", "schema Solina TL110", "7,14"));
this.zoekItems.add(new zoekItem("52.01.TSIL", "Schema Solina T/TL sil", "7,14"));
this.zoekItems.add(new zoekItem("52.01.V70", "schema V70 box", "3,06"));
this.zoekItems.add(new zoekItem("52.03.A100", "Handleiding Solina A100", "3,49"));
this.zoekItems.add(new zoekItem("52.03.A104", "Handleiding Solina A104", "3,49"));
this.zoekItems.add(new zoekItem("52.03.A200", "Handleiding A200/201/211", "6,23"));
this.zoekItems.add(new zoekItem("52.03.A300", "Handleiding A300/1300", "6,96"));
this.zoekItems.add(new zoekItem("52.03.A301", "Handleiding A301/1311", "8,73"));
this.zoekItems.add(new zoekItem("52.03.A315", "Handleiding A315", "8,73"));
this.zoekItems.add(new zoekItem("52.03.B102", "Handleiding B102", "4,99"));
this.zoekItems.add(new zoekItem("52.03.B204", "Handleiding B204/206", "6,39"));
this.zoekItems.add(new zoekItem("52.03.B303", "Handleiding B303/306/313", "6,39"));
this.zoekItems.add(new zoekItem("52.03.B400-1", "Handleiding B400 boek 1", "5,78"));
this.zoekItems.add(new zoekItem("52.03.B400-4", "Handleiding B400 boek 4", "5,78"));
this.zoekItems.add(new zoekItem("52.03.B85", "Handleiding B85", "7,48"));
this.zoekItems.add(new zoekItem("52.03.C100", "Handleiding C100/112", "4,99"));
this.zoekItems.add(new zoekItem("52.03.C112S", "Handleiding C112S", "6,39"));
this.zoekItems.add(new zoekItem("52.03.C116R", "Handleiding C116 ROM", "5,71"));
this.zoekItems.add(new zoekItem("52.03.COUD", "Handleiding C oud", "4,99"));
this.zoekItems.add(new zoekItem("52.03.D100", "Handleiding D112 2x", "9,48"));
this.zoekItems.add(new zoekItem("52.03.D117", "Handleiding D117 + Arpeg", "11,11"));
this.zoekItems.add(new zoekItem("52.03.DEF", "Handleiding D/E/F", "3,53"));
this.zoekItems.add(new zoekItem("52.03.E1500", "Handleiding E1500", "6,23"));
this.zoekItems.add(new zoekItem("52.03.E1600", "Handleiding E1600", "6,23"));
this.zoekItems.add(new zoekItem("52.03.E2000 oud", "Handleiding Eminent 2000 (oud)", "0,00"));
this.zoekItems.add(new zoekItem("52.03.E2001", "Handleiding E2000 boek 1", "6,92"));
this.zoekItems.add(new zoekItem("52.03.E2004", "Handleiding E2000 boek 4", "6,92"));
this.zoekItems.add(new zoekItem("52.03.E2501", "Handleiding E2500 boek 1", "6,92"));
this.zoekItems.add(new zoekItem("52.03.E2504", "Handleiding E2500 boek 4", "6,92"));
this.zoekItems.add(new zoekItem("52.03.E300", "Handleiding E300", "7,48"));
this.zoekItems.add(new zoekItem("52.03.E310", "Handleiding E310", "6,23"));
this.zoekItems.add(new zoekItem("52.03.E400", "Handleiding E200/400/450", "4,99"));
this.zoekItems.add(new zoekItem("52.03.E510", "Handleiding E510/560", "6,23"));
this.zoekItems.add(new zoekItem("52.03.E650", "Handleiding E650", "4,99"));
this.zoekItems.add(new zoekItem("52.03.F110", "Handleiding F110", "3,40"));
this.zoekItems.add(new zoekItem("52.03.F200-1", "Handl.F200 sync. boek 1", "5,78"));
this.zoekItems.add(new zoekItem("52.03.F200-1", "Handl.F200 sync. boek 1", "5,78"));
this.zoekItems.add(new zoekItem("52.03.F200-4", "Handl.F200 sync. boek 4", "5,78"));
this.zoekItems.add(new zoekItem("52.03.F200-4", "Handl.F200 sync. boek 4", "5,78"));
this.zoekItems.add(new zoekItem("52.03.F217-27-1", "Handleiding F217-27 boek1", "5,78"));
this.zoekItems.add(new zoekItem("52.03.F217-27-4", "Handleiding F217-27 boek4", "5,78"));
this.zoekItems.add(new zoekItem("52.03.F217-27A-4", "Handl.F217-27a boek 4", "5,78"));
this.zoekItems.add(new zoekItem("52.03.F220-1", "Handl.F220/225 boek 1", "5,78"));
this.zoekItems.add(new zoekItem("52.03.F220-27-1", "Handl.F220-27 boek 1", "5,78"));
this.zoekItems.add(new zoekItem("52.03.F220-4", "Handl.F220/225 boek 4", "5,78"));
this.zoekItems.add(new zoekItem("52.03.G/GL", "Handleiding G/GL", "3,51"));
this.zoekItems.add(new zoekItem("52.03.G100", "Handleiding G100/110", "3,74"));
this.zoekItems.add(new zoekItem("52.03.K150-1", "Handl.K150/155 boek 1", "5,78"));
this.zoekItems.add(new zoekItem("52.03.K150-4", "Handl.K150/155 boek 4", "5,78"));
this.zoekItems.add(new zoekItem("52.03.N150-1", "Handl.N150/155 boek 1", "5,78"));
this.zoekItems.add(new zoekItem("52.03.N150-4", "Handl.N150/155 boek 4", "5,78"));
this.zoekItems.add(new zoekItem("52.03.NL", "Handleiding NL", "3,74"));
this.zoekItems.add(new zoekItem("52.03.NL110", "Handleiding NL110", "4,99"));
this.zoekItems.add(new zoekItem("52.03.O7100", "Handleiding Omegan 7100", "3,24"));
this.zoekItems.add(new zoekItem("52.03.O7500", "Handl.Omegan 7500/7900", "7,14"));
this.zoekItems.add(new zoekItem("52.03.O8200", "Handleiding Omegan 8200", "7,14"));
this.zoekItems.add(new zoekItem("52.03.O9000", "Handl.Omegan 8700/9000", "7,14"));
this.zoekItems.add(new zoekItem("52.03.P200-1", "Handleiding P200 boek 1", "5,78"));
this.zoekItems.add(new zoekItem("52.03.P200-4", "Handleiding P200 boek 4", "5,78"));
this.zoekItems.add(new zoekItem("52.03.P240-1", "Handleiding P240/245boek1", "5,78"));
this.zoekItems.add(new zoekItem("52.03.P240-4", "Handleiding P240/245boek4", "5,78"));
this.zoekItems.add(new zoekItem("52.03.P255-1", "Handleiding P255/256boek1", "5,78"));
this.zoekItems.add(new zoekItem("52.03.P255-4", "Handleiding P255/256boek4", "5,78"));
this.zoekItems.add(new zoekItem("52.03.P300", "Handleiding P275/P300", "7,37"));
this.zoekItems.add(new zoekItem("52.03.P355", "Handleiding P355", "6,46"));
this.zoekItems.add(new zoekItem("52.03.S/SL", "Handleiding S/SL", "5,74"));
this.zoekItems.add(new zoekItem("52.03.S20-1", "Handl.S20/30/40 boek 1", "5,78"));
this.zoekItems.add(new zoekItem("52.03.SE OUD", "Handleiding String oud", "3,40"));
this.zoekItems.add(new zoekItem("52.03.SL110", "Handleiding SL110", "4,99"));
this.zoekItems.add(new zoekItem("52.03.SYN", "Handleiding Stringsynth.", "3,40"));
this.zoekItems.add(new zoekItem("52.03.T250-1", "Handl.T250/255 boek1", "5,78"));
this.zoekItems.add(new zoekItem("52.03.T250-4", "Handleiding T250 boek 4", "5,78"));
this.zoekItems.add(new zoekItem("52.03.T260", "Handleiding T260/280", "8,96"));
this.zoekItems.add(new zoekItem("52.03.TL", "Handleiding T/TL 2x", "5,74"));
this.zoekItems.add(new zoekItem("52.03.TL110", "Handleiding TL110", "4,99"));
this.zoekItems.add(new zoekItem("52.03.0002", "Alles over orgels boek 2", "5,78"));
this.zoekItems.add(new zoekItem("52.03.0003", "Alles over orgel spelen.C", "5,78"));
this.zoekItems.add(new zoekItem("52.35.0040", "potmeter 5k pl.gr.sol.", "2,17"));
this.zoekItems.add(new zoekItem("52.35.0050", "potmeter 10kb metaal pr", "2,17"));
this.zoekItems.add(new zoekItem("54.35.0010", "potmeter 1k metaal pr.", "2,17"));
this.zoekItems.add(new zoekItem("54.35.0020", "Potmeter 1k pl.gr.pr.", "2,17"));
this.zoekItems.add(new zoekItem("55.35.0030", "potmeter 1k pl.gr.sol.", "2,17"));

}
zoek.prototype.init = zoek_init;


function zoek_zoek(sZoekTekst, sTaal){
	sZoekTekst = sZoekTekst + "";
	sZoekTekst = sZoekTekst.replace(/\+/g, " ")
	var iTot = 0;
	sZoekTekst = sZoekTekst.toUpperCase();

	for(var i=0;i < this.zoekItems.length;i++){
		sAll = this.zoekItems[i].artnum + "_q_" + this.zoekItems[i].oms + "_q_" + this.zoekItems[i].prijsNLG + "_q_" + this.zoekItems[i].prijsEURO
		sAll = sAll.toUpperCase();
		if (sAll.search(sZoekTekst) >= 0){
			document.write("<tr><td>" + this.zoekItems[i].artnum+ "</td>");
			document.write("<td>" + this.zoekItems[i].oms + "</td>");
			document.write("<td align=right>" + this.zoekItems[i].prijsEURO + "</td></tr>");
			iTot++
		}
	}
	if(iTot == 0){
		document.write("<tr><td><br><b>" + sZoekTekst + "</b> ");
		
			document.write("is niet gevonden.");
		
		document.write("</td></tr>");
	}
	while(iTot < 26){
		document.write("<tr><td>&nbsp;</td></tr>");
		iTot++
	}
	
}
zoek.prototype.zoek = zoek_zoek;


