
// 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", "Var.resistor 10k pl.", "2,17"));
this.zoekItems.add(new zoekItem("12.35.0080", "Var.resistor 10k pl.sm.", "2,17"));
this.zoekItems.add(new zoekItem("12.35.0090", "Var.resistor 10k pl.big.s", "2,17"));
this.zoekItems.add(new zoekItem("12.35.0100", "Var.resistor 10k+pl.s.", "2,17"));
this.zoekItems.add(new zoekItem("12.35.0110", "Var.resistor 10k pl. pr.", "2,17"));
this.zoekItems.add(new zoekItem("12.35.0120", "Var.resistor 25ka metal", "2,17"));
this.zoekItems.add(new zoekItem("12.35.0130", "Var.resistor 25kb metal", "2,17"));
this.zoekItems.add(new zoekItem("12.35.0140", "Var.resistor 25k pl.sm.", "2,17"));
this.zoekItems.add(new zoekItem("12.35.0150", "Var.resistor 22k pl.sm.", "2,17"));
this.zoekItems.add(new zoekItem("12.35.0160", "Var.resistor 25k+pl.s.", "2,17"));
this.zoekItems.add(new zoekItem("12.35.0170", "Var.resistor 25k big", "2,17"));
this.zoekItems.add(new zoekItem("12.35.0180", "Var.resistor 25k+ big", "2,17"));
this.zoekItems.add(new zoekItem("12.35.0190", "Var.resistor 2x25k+ pl", "2,90"));
this.zoekItems.add(new zoekItem("12.35.0200", "Var.resistor 2x25k+ s.", "2,90"));
this.zoekItems.add(new zoekItem("12.35.0220", "Var.resistor 50k+ pr.", "2,17"));
this.zoekItems.add(new zoekItem("12.35.0230", "Var.resistor 50k+big or.", "2,17"));
this.zoekItems.add(new zoekItem("12.35.0240", "Var.resistor 50k+ big s.", "2,17"));
this.zoekItems.add(new zoekItem("12.35.0250", "Var.resistor2x100k pr.", "2,90"));
this.zoekItems.add(new zoekItem("12.35.0260", "Var.resistor100k big s.", "2,17"));
this.zoekItems.add(new zoekItem("12.35.0270", "Var.resistor100k big pr.", "2,17"));
this.zoekItems.add(new zoekItem("12.35.0275", "Var.resistor 100k lin met", "2,17"));
this.zoekItems.add(new zoekItem("12.35.0280", "Var.resistor2x100kmet", "2,90"));
this.zoekItems.add(new zoekItem("12.36.010", "Var.resistor round 10kl", "3,08"));
this.zoekItems.add(new zoekItem("12.36.020", "Var.resistor round 10k+", "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 BC238a", "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", "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", "Rectifier", "2,94"));
this.zoekItems.add(new zoekItem("14.32.74C02", "IC 74C02", "3,53"));
this.zoekItems.add(new zoekItem("14.32.74C906", "IC 74C02", "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 74HC4075", "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 pedal 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 octave IC SAA 1030", "27,22"));
this.zoekItems.add(new zoekItem("14.36.SAJ110", "Deler IC SAJ110", "8,16"));
this.zoekItems.add(new zoekItem("14.36.SAJ410", "Devider 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 octave 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", "Devider IC 4727(=SAA1004)", "8,71"));
this.zoekItems.add(new zoekItem("14.36.5837", "Noise 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", "Devider 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", "IC M259 B1 AB", "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", "Oscillatorcoil 1;1 small", "8,84"));
this.zoekItems.add(new zoekItem("16.00.0087", "Oscillatorcoil 1:1", "8,84"));
this.zoekItems.add(new zoekItem("16.00.0088", "Oscillatorcoil 1:2 large", "8,84"));
this.zoekItems.add(new zoekItem("16.00.0088", "Oscillatorcoil 1:2", "8,84"));
this.zoekItems.add(new zoekItem("16.00.2585", "Oscillatorcoil D/E/F", "6,12"));
this.zoekItems.add(new zoekItem("16.00.2586", "Oscillatorcoil F110/G/NL", "3,81"));
this.zoekItems.add(new zoekItem("16.00.2587", "Oscillatorcoil green", "6,12"));
this.zoekItems.add(new zoekItem("16.00.2588", "Oscillatorcoil white", "6,12"));
this.zoekItems.add(new zoekItem("16.00.2589", "Oscillatorcoil red", "6,12"));
this.zoekItems.add(new zoekItem("16.00.2590", "Oscillatorcoil purple", "6,12"));
this.zoekItems.add(new zoekItem("16.10.0001", "Condensor 0,1uF", "2,94"));
this.zoekItems.add(new zoekItem("16.11.0062", "Reverbarationspring small", "29,83"));
this.zoekItems.add(new zoekItem("16.11.0063", "Reverbarationspring large", "33,57"));
this.zoekItems.add(new zoekItem("16.11.0064", "Reverbarationspring Phili", "32,78"));
this.zoekItems.add(new zoekItem("16.20.1006", "Bulb 24V turn", "0,90"));
this.zoekItems.add(new zoekItem("16.20.1007", "Bulb 24V wedge", "0,90"));
this.zoekItems.add(new zoekItem("16.20.1008", "Bulb 12V O9000", "2,72"));
this.zoekItems.add(new zoekItem("16.20.1009", "Bulb 24V bajonet", "1,36"));
this.zoekItems.add(new zoekItem("16.20.1010", "Bulb 24V mini", "1,36"));
this.zoekItems.add(new zoekItem("16.20.1011", "", "2,17"));
this.zoekItems.add(new zoekItem("16.20.1012", "Solderbulb 24V", "0,90"));
this.zoekItems.add(new zoekItem("16.20.1020", "Lampholder E10", "0,81"));
this.zoekItems.add(new zoekItem("16.20.1021", "Lampholder wedge base", "1,36"));
this.zoekItems.add(new zoekItem("16.20.2001", "LED red", "0,54"));
this.zoekItems.add(new zoekItem("16.20.2002", "LED red 20cm", "1,90"));
this.zoekItems.add(new zoekItem("16.20.2003", "LED red 50cm", "2,17"));
this.zoekItems.add(new zoekItem("16.25.0026", "Conn.Hirschmann 16p male", "13,15"));
this.zoekItems.add(new zoekItem("16.25.0027", "Conn.Hirschmann 16p femal", "9,75"));
this.zoekItems.add(new zoekItem("16.25.0040", "Conn.Amphenol 5P MALE", "5,44"));
this.zoekItems.add(new zoekItem("16.25.0041", "House Amphenol", "2,04"));
this.zoekItems.add(new zoekItem("16.25.0050", "Conn. Amphenol 59 female", "5,44"));
this.zoekItems.add(new zoekItem("16.30.0001", "Switch black", "5,26"));
this.zoekItems.add(new zoekItem("16.30.0002", "Switch Omegan", "3,26"));
this.zoekItems.add(new zoekItem("16.30.0004", "Switch S serie", "3,26"));
this.zoekItems.add(new zoekItem("16.30.0005", "pedalswitch Om.7100", "2,17"));
this.zoekItems.add(new zoekItem("16.30.0007", "Pushswitch + LED", "2,17"));
this.zoekItems.add(new zoekItem("16.30.0033", "Switch E beige", "19,05"));
this.zoekItems.add(new zoekItem("16.30.1001", "Reedrelais", "2,72"));
this.zoekItems.add(new zoekItem("16.30.1201", "", "3,72"));
this.zoekItems.add(new zoekItem("16.30.1401", "Switch Alps ivory", "5,80"));
this.zoekItems.add(new zoekItem("16.30.1402", "Switch Alps green", "5,80"));
this.zoekItems.add(new zoekItem("16.30.1403", "Switch Alps yellow", "5,80"));
this.zoekItems.add(new zoekItem("16.30.1404", "Switch Alps red", "5,80"));
this.zoekItems.add(new zoekItem("16.30.1405", "Switch Alps black", "5,80"));
this.zoekItems.add(new zoekItem("16.50.0001", "Kontaktspring 22m", "0,95"));
this.zoekItems.add(new zoekItem("16.50.0002", "Kontaktspring 25m", "1,08"));
this.zoekItems.add(new zoekItem("16.50.0003", "Kontaktspring 36m", "1,27"));
this.zoekItems.add(new zoekItem("16.50.0004", "", "0,63"));
this.zoekItems.add(new zoekItem("16.50.0005", "Kontakt silver flat", "0,36"));
this.zoekItems.add(new zoekItem("16.50.0010", "", "0,54"));
this.zoekItems.add(new zoekItem("16.50.0011", "Pedalcontact hooked", "0,54"));
this.zoekItems.add(new zoekItem("16.50.0012", "Pedalcontact V12 round", "0,54"));
this.zoekItems.add(new zoekItem("16.50.0015", "", "1,36"));
this.zoekItems.add(new zoekItem("16.50.0020", "", "4,99"));
this.zoekItems.add(new zoekItem("16.50.0021", "Contactstrip 6v  Omegan", "2,72"));
this.zoekItems.add(new zoekItem("44.01.0005", "Swellpedal + board", "17,19"));
this.zoekItems.add(new zoekItem("44.01.0010", "LDR", "6,80"));
this.zoekItems.add(new zoekItem("44.10.0073", "key Omegan 8700/9000","4,08"));
this.zoekItems.add(new zoekItem("44.10.0031", "C key type Nwhite", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0032", "D key type N white", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0033", "E key type Nwhite", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0034", "F key type N white", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0036", "A key typeNwhite", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0037", "B key type N white", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0038", "C endkey type N white", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0039", "Blackkey type N", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0041", "C key typeNcreme", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0042", "D key type N creme", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0043", "E key typeNcreme", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0044", "F key type N creme", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0045", "G key typeNcreme", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0046", "A key type N creme", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0047", "B key typeNcreme", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0048", "C key type N creme endkey", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0049", "blackkey type N", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0051", "C key type P", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0052", "D key type P", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0053", "E key type P", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0054", "F key type P", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0055", "G key type P", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0056", "A key type P", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0057", "B key type P", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0058", "C endkey type P", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0059", "Blackkey type P", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0061", "C key type S", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0062", "D key type S", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0063", "E key type S", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0064", "F ker type S", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0065", "G key type S", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0066", "A key type S", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0067", "B key type S", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0068", "C key type S endkey", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0069", "blackkey type S", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0097", "pedalcover Fatar short", "5,44"));
this.zoekItems.add(new zoekItem("44.10.0100", "Registerlabel minent", "4,08"));
this.zoekItems.add(new zoekItem("44.10.0101", "Registerlabel Solina", "1,81"));
this.zoekItems.add(new zoekItem("44.10.0110", "Pedalspring Fatar", "0,68"));
this.zoekItems.add(new zoekItem("52.01.A100", "diagram Sol.A100", "7,87"));
this.zoekItems.add(new zoekItem("52.01.A200", "diagram Sol.A200", "7,14"));
this.zoekItems.add(new zoekItem("52.01.A300", "diagram Sol.A300/1300", "7,14"));
this.zoekItems.add(new zoekItem("52.01.B100", "diagram Sol.B100102", "8,57"));
this.zoekItems.add(new zoekItem("52.01.B200", "diagram Sol.B200", "8,57"));
this.zoekItems.add(new zoekItem("52.01.B300", "diagram Sol.B300", "7,87"));
this.zoekItems.add(new zoekItem("52.01.B400", "diagram Sol.B412/417", "7,87"));
this.zoekItems.add(new zoekItem("52.01.B85", "diagram E m.B85", "7,14"));
this.zoekItems.add(new zoekItem("52.01.C100", "diagram Sol.C100/112/116", "8,57"));
this.zoekItems.add(new zoekItem("52.01.C310", "diagram Combomatic 310", "1,70"));
this.zoekItems.add(new zoekItem("52.01.COMBOUD", "", "1,70"));
this.zoekItems.add(new zoekItem("52.01.Coud", "diagram Sol.C", "4,42"));
this.zoekItems.add(new zoekItem("52.01.D100", "diagram D112/117", "8,57"));
this.zoekItems.add(new zoekItem("52.01.DEFD", "diagram Sol.D/E/F", "3,40"));
this.zoekItems.add(new zoekItem("52.01.E1500", "diagram Em.1500", "8,82"));
this.zoekItems.add(new zoekItem("52.01.E1600", "diagram Em.1600", "8,82"));
this.zoekItems.add(new zoekItem("52.01.E200", "diagram Em.200", "4,76"));
this.zoekItems.add(new zoekItem("52.01.E2000", "diagramEm.2000", "10,02"));
this.zoekItems.add(new zoekItem("52.01.E2500", "diagram Em.2500", "10,73"));
this.zoekItems.add(new zoekItem("52.01.E300", "diagram Em.300", "4,76"));
this.zoekItems.add(new zoekItem("52.01.E310", "Diagram Em.310", "6,01"));
this.zoekItems.add(new zoekItem("52.01.E500", "diagram Em.500/650", "8,57"));
this.zoekItems.add(new zoekItem("52.01.E500", "", "857,00"));
this.zoekItems.add(new zoekItem("52.01.E510", "diagram Em510/560", "9,27"));
this.zoekItems.add(new zoekItem("52.01.F110", "diagram Sol.F110", "6,19"));
this.zoekItems.add(new zoekItem("52.01.F200", "DiagramSol.F217/218/219", "10,73"));
this.zoekItems.add(new zoekItem("52.01.F220", "diagram Sol.F220", "10,73"));
this.zoekItems.add(new zoekItem("52.01.G", "diagram Sol.G/GL", "6,19"));
this.zoekItems.add(new zoekItem("52.01.G100", "diagram Sol.G110", "6,19"));
this.zoekItems.add(new zoekItem("52.01.K/N", "diagram Sol.K150/N150", "8,50"));
this.zoekItems.add(new zoekItem("52.01.NL100", "diagram Sol.NL100", "7,14"));
this.zoekItems.add(new zoekItem("52.01.O7000", "diagram Om.7000", "4,65"));
this.zoekItems.add(new zoekItem("52.01.O7100", "diagram Om.7100", "7,14"));
this.zoekItems.add(new zoekItem("52.01.O7500", "diagram Om.7500/7900", "13,04"));
this.zoekItems.add(new zoekItem("52.01.O7600", "diagram Om.72/76/83/8500", "13,00"));
this.zoekItems.add(new zoekItem("52.01.O8000", "diagram Om.8000", "13,04"));
this.zoekItems.add(new zoekItem("52.01.O8100", "diagram Om.8100", "13,04"));
this.zoekItems.add(new zoekItem("52.01.O8200", "Diagram Om.8200", "13,09"));
this.zoekItems.add(new zoekItem("52.01.O9000", "diagram Om.8700/9000", "13,04"));
this.zoekItems.add(new zoekItem("52.01.OR70", "diagram OR670 box", "3,06"));
this.zoekItems.add(new zoekItem("52.01.P200", "diagram Sol.P200/255", "9,27"));
this.zoekItems.add(new zoekItem("52.01.P275", "diagram Sol.P275", "9,27"));
this.zoekItems.add(new zoekItem("52.01.P300", "", "9,27"));
this.zoekItems.add(new zoekItem("52.01.P355", "diagram Em.P355", "8,50"));
this.zoekItems.add(new zoekItem("52.01.Poud", "diagram Sol.P300", "3,06"));
this.zoekItems.add(new zoekItem("52.01.RITH", "diagram R110/120/130", "2,60"));
this.zoekItems.add(new zoekItem("52.01.ROM", "diagram ROM210/310", "3,06"));
this.zoekItems.add(new zoekItem("52.01.S110", "", "9,27"));
this.zoekItems.add(new zoekItem("52.01.S20", "diagram Sol.S20/30/40", "6,12"));
this.zoekItems.add(new zoekItem("52.01.SEN", "diagram Sol.SE new", "5,10"));
this.zoekItems.add(new zoekItem("52.01.SEOUD", "diagram Sol.SE old", "5,10"));
this.zoekItems.add(new zoekItem("52.01.SL", "", "8,05"));
this.zoekItems.add(new zoekItem("52.01.T250", "diagram Em.T250-/255", "9,27"));
this.zoekItems.add(new zoekItem("52.01.T265", "diagram Em.T255 + supp.T2", "10,64"));
this.zoekItems.add(new zoekItem("52.01.TGER", "diagram Sol.T/TL", "7,14"));
this.zoekItems.add(new zoekItem("52.01.TL110", "diagram Sol.TL110", "7,14"));
this.zoekItems.add(new zoekItem("52.01.TSIL", "diagram Sol.T/TL sil", "7,14"));
this.zoekItems.add(new zoekItem("52.01.V70", "diagram V70 box", "3,06"));
this.zoekItems.add(new zoekItem("52.03.A100", "Manual Sol.A100", "3,49"));
this.zoekItems.add(new zoekItem("52.03.A104", "", "3,49"));
this.zoekItems.add(new zoekItem("52.03.A200", "Manual A200/201/211", "6,23"));
this.zoekItems.add(new zoekItem("52.03.A300", "", "6,96"));
this.zoekItems.add(new zoekItem("52.03.A301", "Manual A301/1311", "8,73"));
this.zoekItems.add(new zoekItem("52.03.A315", "", "8,73"));
this.zoekItems.add(new zoekItem("52.03.B102", "Manual B102", "4,99"));
this.zoekItems.add(new zoekItem("52.03.B204", "", "6,39"));
this.zoekItems.add(new zoekItem("52.03.B303", "Manual B303/306/313", "6,39"));
this.zoekItems.add(new zoekItem("52.03.B400-1", "", "5,78"));
this.zoekItems.add(new zoekItem("52.03.B400-4", "Manual B400 book 4", "5,78"));
this.zoekItems.add(new zoekItem("52.03.B85", "", "7,48"));
this.zoekItems.add(new zoekItem("52.03.C100", "Manual C100/112", "4,99"));
this.zoekItems.add(new zoekItem("52.03.C112S", "", "6,39"));
this.zoekItems.add(new zoekItem("52.03.C116R", "Manual C116 ROM", "5,71"));
this.zoekItems.add(new zoekItem("52.03.COUD", "", "4,99"));
this.zoekItems.add(new zoekItem("52.03.D100", "Manual D112 2x", "9,48"));
this.zoekItems.add(new zoekItem("52.03.D117", "", "11,11"));
this.zoekItems.add(new zoekItem("52.03.DEF", "Manual D/E/F", "3,53"));
this.zoekItems.add(new zoekItem("52.03.E1500", "", "6,23"));
this.zoekItems.add(new zoekItem("52.03.E1600", "Manual E1600", "6,23"));
this.zoekItems.add(new zoekItem("52.03.E2000 oud", "", "0,00"));
this.zoekItems.add(new zoekItem("52.03.E2001", "", "6,92"));
this.zoekItems.add(new zoekItem("52.03.E2004", "Manual E2000 book 4", "6,92"));
this.zoekItems.add(new zoekItem("52.03.E2501", "", "6,92"));
this.zoekItems.add(new zoekItem("52.03.E2504", "Manual E2500 book 4", "6,92"));
this.zoekItems.add(new zoekItem("52.03.E300", "", "7,48"));
this.zoekItems.add(new zoekItem("52.03.E310", "Manual E310", "6,23"));
this.zoekItems.add(new zoekItem("52.03.E400", "", "4,99"));
this.zoekItems.add(new zoekItem("52.03.E510", "", "6,23"));
this.zoekItems.add(new zoekItem("52.03.E650", "Manual E650", "4,99"));
this.zoekItems.add(new zoekItem("52.03.F110", "", "3,40"));
this.zoekItems.add(new zoekItem("52.03.F200-1", "Manual F200 sync. book 1", "5,78"));
this.zoekItems.add(new zoekItem("52.03.F200-1", "", "5,78"));
this.zoekItems.add(new zoekItem("52.03.F200-4", "", "5,78"));
this.zoekItems.add(new zoekItem("52.03.F200-4", "", "5,78"));
this.zoekItems.add(new zoekItem("52.03.F217-27-1", "Manual F217-27 book 1", "5,78"));
this.zoekItems.add(new zoekItem("52.03.F217-27-4", "", "5,78"));
this.zoekItems.add(new zoekItem("52.03.F217-27A-4", "Manual F217-27a book 4", "5,78"));
this.zoekItems.add(new zoekItem("52.03.F220-1", "", "5,78"));
this.zoekItems.add(new zoekItem("52.03.F220-27-1", "Manual F220-27 book 1", "5,78"));
this.zoekItems.add(new zoekItem("52.03.F220-4", "", "5,78"));
this.zoekItems.add(new zoekItem("52.03.G/GL", "Manual G/GL", "3,51"));
this.zoekItems.add(new zoekItem("52.03.G100", "", "3,74"));
this.zoekItems.add(new zoekItem("52.03.K150-1", "Manual K150/155 book 1", "5,78"));
this.zoekItems.add(new zoekItem("52.03.K150-4", "", "5,78"));
this.zoekItems.add(new zoekItem("52.03.N150-1", "Manual N150/155 book 1", "5,78"));
this.zoekItems.add(new zoekItem("52.03.N150-4", "", "5,78"));
this.zoekItems.add(new zoekItem("52.03.NL", "", "3,74"));
this.zoekItems.add(new zoekItem("52.03.NL110", "Manual NL110", "4,99"));
this.zoekItems.add(new zoekItem("52.03.O7100", "", "3,24"));
this.zoekItems.add(new zoekItem("52.03.O7500", "Manual O7500/7900", "7,14"));
this.zoekItems.add(new zoekItem("52.03.O8200", "", "7,14"));
this.zoekItems.add(new zoekItem("52.03.O9000", "Manual O8700/9000", "7,14"));
this.zoekItems.add(new zoekItem("52.03.P200-1", "", "5,78"));
this.zoekItems.add(new zoekItem("52.03.P200-4", "Manual P200 book 4", "5,78"));
this.zoekItems.add(new zoekItem("52.03.P240-1", "", "5,78"));
this.zoekItems.add(new zoekItem("52.03.P240-4", "Manual P240/245 book 4", "5,78"));
this.zoekItems.add(new zoekItem("52.03.P255-1", "", "5,78"));
this.zoekItems.add(new zoekItem("52.03.P255-4", "Manual P255/256 book 4", "5,78"));
this.zoekItems.add(new zoekItem("52.03.P300", "", "7,37"));
this.zoekItems.add(new zoekItem("52.03.P355", "Manual P355", "6,46"));
this.zoekItems.add(new zoekItem("52.03.S/SL", "", "5,74"));
this.zoekItems.add(new zoekItem("52.03.S20-1", "Manual S20/30/40", "5,78"));
this.zoekItems.add(new zoekItem("52.03.SE OUD", "", "3,40"));
this.zoekItems.add(new zoekItem("52.03.SL110", "Manual SL110", "4,99"));
this.zoekItems.add(new zoekItem("52.03.SYN", "", "3,40"));
this.zoekItems.add(new zoekItem("52.03.T250-1", "Manual T250/255 book 1", "5,78"));
this.zoekItems.add(new zoekItem("52.03.T250-4", "", "5,78"));
this.zoekItems.add(new zoekItem("52.03.T260", "", "8,96"));
this.zoekItems.add(new zoekItem("52.03.TL", "Manual T/TL 2x", "5,74"));
this.zoekItems.add(new zoekItem("52.03.TL110", "", "4,99"));
this.zoekItems.add(new zoekItem("52.03.0002", "All about organs   book 2", "5,78"));
this.zoekItems.add(new zoekItem("52.03.0003", "", "5,78"));
this.zoekItems.add(new zoekItem("52.35.0040", "Var.resistor 5k", "2,17"));
this.zoekItems.add(new zoekItem("52.35.0050", "Var.resistor 10k", "2,17"));
this.zoekItems.add(new zoekItem("54.35.0010", "Var.resistor 1k", "2,17"));
this.zoekItems.add(new zoekItem("54.35.0020", "Var.resistor 1k pl.", "2,17"));
this.zoekItems.add(new zoekItem("55.35.0030", "Var.resistor 1k", "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("not found.");
		
		document.write("</td></tr>");
	}
	while(iTot < 26){
		document.write("<tr><td>&nbsp;</td></tr>");
		iTot++
	}
	
}
zoek.prototype.zoek = zoek_zoek;

