var Warenruppe; var Detail; var gefunden; function suchen(form) { var s; s = form.suchfeld.value; if (suchen_fill(s)>0) { suchepaint(); } else { alert("Leider wurde nichts gefunden!"); } } function SuchEintrag(nummer,bezeichung,wg,intern) { this.nummer = nummer; this.bezeichnung = bezeichung; this.bild = wg; this.url = intern; return this; } function suchen_fill(was) { var i,s1,s2,s3,s4; was = was.toUpperCase(); i=0; gefunden = new Array(); s1 = "001"; s1 = s1.toUpperCase(); s2 = "CROCTALES Book first edition"; s2 = s2.toUpperCase(); s3 = "grafik/cover_front.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("001","CROCTALES Book first edition",s3,s4); i = gefunden.length; } s1 = "2010"; s1 = s1.toUpperCase(); s2 = "Kalender"; s2 = s2.toUpperCase(); s3 = "grafik/croctales_kalender_xs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("2010","Kalender",s3,s4); i = gefunden.length; } s1 = "99"; s1 = s1.toUpperCase(); s2 = "Individuell gestaltete Grußkarten"; s2 = s2.toUpperCase(); s3 = "grafik/©2002croctales_drawingthelinec1xs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("99","Individuell gestaltete Grußkarten",s3,s4); i = gefunden.length; } s1 = "D-01G"; s1 = s1.toUpperCase(); s2 = "Happy Birthday GROSS"; s2 = s2.toUpperCase(); s3 = "grafik/©2006croctales_geburtstagcxs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("D-01G","Happy Birthday GROSS",s3,s4); i = gefunden.length; } s1 = "D-01K"; s1 = s1.toUpperCase(); s2 = "Happy Birthday (klein)"; s2 = s2.toUpperCase(); s3 = "grafik/©2006croctales_geburtstagcxs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("D-01K","Happy Birthday (klein)",s3,s4); i = gefunden.length; } s1 = "D-02G"; s1 = s1.toUpperCase(); s2 = "Gute Besserung GROSS"; s2 = s2.toUpperCase(); s3 = "grafik/©2006croctales_gesundheitcxs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("D-02G","Gute Besserung GROSS",s3,s4); i = gefunden.length; } s1 = "D-02k"; s1 = s1.toUpperCase(); s2 = "Gute Besserung (klein)"; s2 = s2.toUpperCase(); s3 = "grafik/©2006croctales_gesundheitcxs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("D-02k","Gute Besserung (klein)",s3,s4); i = gefunden.length; } s1 = "D-03G"; s1 = s1.toUpperCase(); s2 = "Alles Liebe zum Valentinstag"; s2 = s2.toUpperCase(); s3 = "grafik/©2009croctales_annivers_valentinec4xs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("D-03G","Alles Liebe zum Valentinstag",s3,s4); i = gefunden.length; } s1 = "D-03k"; s1 = s1.toUpperCase(); s2 = "Nur für Dich (klein)"; s2 = s2.toUpperCase(); s3 = ""; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("D-03k","Nur für Dich (klein)",s3,s4); i = gefunden.length; } s1 = "D-04G"; s1 = s1.toUpperCase(); s2 = "Guten Rutsch (GROSS)"; s2 = s2.toUpperCase(); s3 = "grafik/©2006croctales_gutenrutschcxs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("D-04G","Guten Rutsch (GROSS)",s3,s4); i = gefunden.length; } s1 = "D-04k"; s1 = s1.toUpperCase(); s2 = "Guten Rutsch (klein)"; s2 = s2.toUpperCase(); s3 = "grafik/©2006croctales_gutenrutschcxs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("D-04k","Guten Rutsch (klein)",s3,s4); i = gefunden.length; } s1 = "D-05G"; s1 = s1.toUpperCase(); s2 = "Frohe Weihnachten (GROSS)"; s2 = s2.toUpperCase(); s3 = "grafik/©2005croctales_xmascxs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("D-05G","Frohe Weihnachten (GROSS)",s3,s4); i = gefunden.length; } s1 = "D-05k"; s1 = s1.toUpperCase(); s2 = "Frohe Weihnachten (klein)"; s2 = s2.toUpperCase(); s3 = "grafik/©2005croctales_xmascxs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("D-05k","Frohe Weihnachten (klein)",s3,s4); i = gefunden.length; } s1 = "D-06G"; s1 = s1.toUpperCase(); s2 = "Weihnachtsgrüße (GROSS)"; s2 = s2.toUpperCase(); s3 = ""; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("D-06G","Weihnachtsgrüße (GROSS)",s3,s4); i = gefunden.length; } s1 = "D-06k"; s1 = s1.toUpperCase(); s2 = "Weihnachtsgrüße (klein)"; s2 = s2.toUpperCase(); s3 = ""; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("D-06k","Weihnachtsgrüße (klein)",s3,s4); i = gefunden.length; } s1 = "D-08G"; s1 = s1.toUpperCase(); s2 = "Einladung (GROSS)"; s2 = s2.toUpperCase(); s3 = "grafik/©2007croctales_cardc1xs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("D-08G","Einladung (GROSS)",s3,s4); i = gefunden.length; } s1 = "D-08k"; s1 = s1.toUpperCase(); s2 = "Einladung (klein)"; s2 = s2.toUpperCase(); s3 = "grafik/©2007croctales_cardc1xs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("D-08k","Einladung (klein)",s3,s4); i = gefunden.length; } s1 = "D-100"; s1 = s1.toUpperCase(); s2 = "NEU Postkarten im 4er Set"; s2 = s2.toUpperCase(); s3 = "grafik/©2008croctales_newyearcxs1.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("D-100","NEU Postkarten im 4er Set",s3,s4); i = gefunden.length; } s1 = "US-01L"; s1 = s1.toUpperCase(); s2 = "Happy Birthday (LARGE)"; s2 = s2.toUpperCase(); s3 = "grafik/©2006croctales_say_birthdaycxs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("US-01L","Happy Birthday (LARGE)",s3,s4); i = gefunden.length; } s1 = "US-01S"; s1 = s1.toUpperCase(); s2 = "Happy Birthday (small)"; s2 = s2.toUpperCase(); s3 = "grafik/©2006croctales_say_birthdaycxs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("US-01S","Happy Birthday (small)",s3,s4); i = gefunden.length; } s1 = "US-02L"; s1 = s1.toUpperCase(); s2 = "Get Well (LARGE)"; s2 = s2.toUpperCase(); s3 = "grafik/©2006croctales_gesundheitc2xs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("US-02L","Get Well (LARGE)",s3,s4); i = gefunden.length; } s1 = "US-02S"; s1 = s1.toUpperCase(); s2 = "Get Well (small)"; s2 = s2.toUpperCase(); s3 = "grafik/©2006croctales_gesundheitc2xs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("US-02S","Get Well (small)",s3,s4); i = gefunden.length; } s1 = "US-03L"; s1 = s1.toUpperCase(); s2 = "Miss hearing from you (LARGE)"; s2 = s2.toUpperCase(); s3 = "grafik/©2005croctales_pi_cxs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("US-03L","Miss hearing from you (LARGE)",s3,s4); i = gefunden.length; } s1 = "US-03S"; s1 = s1.toUpperCase(); s2 = "Miss hearing from you (small)"; s2 = s2.toUpperCase(); s3 = "grafik/©2005croctales_pi_cxs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("US-03S","Miss hearing from you (small)",s3,s4); i = gefunden.length; } s1 = "US-04"; s1 = s1.toUpperCase(); s2 = "Merry Christmas (small)"; s2 = s2.toUpperCase(); s3 = "grafik/©2005croctales_xmascxs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("US-04","Merry Christmas (small)",s3,s4); i = gefunden.length; } s1 = "US-04L"; s1 = s1.toUpperCase(); s2 = "Merry Christmas (LARGE)"; s2 = s2.toUpperCase(); s3 = "grafik/©2005croctales_xmascxs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("US-04L","Merry Christmas (LARGE)",s3,s4); i = gefunden.length; } s1 = "US-05L"; s1 = s1.toUpperCase(); s2 = "Seasons Greetings (LARGE) funny"; s2 = s2.toUpperCase(); s3 = ""; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("US-05L","Seasons Greetings (LARGE) funny",s3,s4); i = gefunden.length; } s1 = "US-05S"; s1 = s1.toUpperCase(); s2 = "Seasons Greetings (small) funny"; s2 = s2.toUpperCase(); s3 = ""; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("US-05S","Seasons Greetings (small) funny",s3,s4); i = gefunden.length; } s1 = "US-06L"; s1 = s1.toUpperCase(); s2 = "Get weller - sooner (LARGE)"; s2 = s2.toUpperCase(); s3 = ""; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("US-06L","Get weller - sooner (LARGE)",s3,s4); i = gefunden.length; } s1 = "US-06S"; s1 = s1.toUpperCase(); s2 = "Get weller - sooner (small)"; s2 = s2.toUpperCase(); s3 = ""; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("US-06S","Get weller - sooner (small)",s3,s4); i = gefunden.length; } s1 = "US-07L"; s1 = s1.toUpperCase(); s2 = "Daylight saving start 2009 (LARGE)"; s2 = s2.toUpperCase(); s3 = "grafik/©2006croctales_daylightsavingcxs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("US-07L","Daylight saving start 2009 (LARGE)",s3,s4); i = gefunden.length; } s1 = "US-08L"; s1 = s1.toUpperCase(); s2 = "Daylight saving 2009 end (LARGE)"; s2 = s2.toUpperCase(); s3 = "grafik/©2006croctales_daylightsavingcxs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("US-08L","Daylight saving 2009 end (LARGE)",s3,s4); i = gefunden.length; } s1 = "US-09"; s1 = s1.toUpperCase(); s2 = "Thinking of you (small)"; s2 = s2.toUpperCase(); s3 = ""; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("US-09","Thinking of you (small)",s3,s4); i = gefunden.length; } s1 = "US-09L"; s1 = s1.toUpperCase(); s2 = "Thinking of you (LARGE)"; s2 = s2.toUpperCase(); s3 = ""; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("US-09L","Thinking of you (LARGE)",s3,s4); i = gefunden.length; } s1 = "US-100"; s1 = s1.toUpperCase(); s2 = "post card "Just a note of THANKS""; s2 = s2.toUpperCase(); s3 = "grafik/©2008croctales_notectextxs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("US-100","post card "Just a note of THANKS"",s3,s4); i = gefunden.length; } s1 = "US-101"; s1 = s1.toUpperCase(); s2 = "post card "So you'll always know where to find us""; s2 = s2.toUpperCase(); s3 = "grafik/©2008croctales_lighthousec2xs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("US-101","post card "So you'll always know where to find us"",s3,s4); i = gefunden.length; } s1 = "US-10L"; s1 = s1.toUpperCase(); s2 = "Just for you (LARGE)"; s2 = s2.toUpperCase(); s3 = "grafik/©2009croctales_bunchwithflowerscxs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("US-10L","Just for you (LARGE)",s3,s4); i = gefunden.length; } s1 = "US-10S"; s1 = s1.toUpperCase(); s2 = "Just for you (small)"; s2 = s2.toUpperCase(); s3 = "grafik/©2009croctales_bunchwithflowerscxs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("US-10S","Just for you (small)",s3,s4); i = gefunden.length; } s1 = "US-12L"; s1 = s1.toUpperCase(); s2 = "Get well - cold & flue (LARGE)"; s2 = s2.toUpperCase(); s3 = "grafik/©2006croctales_gesundheitc2xs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("US-12L","Get well - cold & flue (LARGE)",s3,s4); i = gefunden.length; } s1 = "US-12S"; s1 = s1.toUpperCase(); s2 = "Get well - cold & flue (small)"; s2 = s2.toUpperCase(); s3 = "grafik/©2006croctales_gesundheitc2xs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("US-12S","Get well - cold & flue (small)",s3,s4); i = gefunden.length; } s1 = "US-13L"; s1 = s1.toUpperCase(); s2 = "Happy St. Patrick's Day (LARGE)"; s2 = s2.toUpperCase(); s3 = "grafik/©2006croctales_stpatricksdayc1xs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("US-13L","Happy St. Patrick's Day (LARGE)",s3,s4); i = gefunden.length; } s1 = "US-13S"; s1 = s1.toUpperCase(); s2 = "Happy St. Patrick's Day (small)"; s2 = s2.toUpperCase(); s3 = "grafik/©2006croctales_stpatricksdayc1xs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("US-13S","Happy St. Patrick's Day (small)",s3,s4); i = gefunden.length; } s1 = "US-14L"; s1 = s1.toUpperCase(); s2 = "New Home (LARGE)"; s2 = s2.toUpperCase(); s3 = "grafik/©2006croctales_hallohausc1xs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("US-14L","New Home (LARGE)",s3,s4); i = gefunden.length; } s1 = "US-14S"; s1 = s1.toUpperCase(); s2 = "New Home (small)"; s2 = s2.toUpperCase(); s3 = "grafik/©2006croctales_hallohausc1xs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("US-14S","New Home (small)",s3,s4); i = gefunden.length; } s1 = "US-15L"; s1 = s1.toUpperCase(); s2 = "HAPPY EASTER (LARGE)"; s2 = s2.toUpperCase(); s3 = "grafik/©2002croctales_eastercxs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("US-15L","HAPPY EASTER (LARGE)",s3,s4); i = gefunden.length; } s1 = "US-15S"; s1 = s1.toUpperCase(); s2 = "HAPPY EASTER (small)"; s2 = s2.toUpperCase(); s3 = "grafik/©2002croctales_eastercxs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("US-15S","HAPPY EASTER (small)",s3,s4); i = gefunden.length; } s1 = "US-17S"; s1 = s1.toUpperCase(); s2 = "Hang in there (small)"; s2 = s2.toUpperCase(); s3 = "grafik/©2002croctales_hanglidec1xs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("US-17S","Hang in there (small)",s3,s4); i = gefunden.length; } s1 = "US-18L"; s1 = s1.toUpperCase(); s2 = "Christmas - getting caught up (LARGE)"; s2 = s2.toUpperCase(); s3 = "grafik/©2007croctacle_xmas-lightcxs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("US-18L","Christmas - getting caught up (LARGE)",s3,s4); i = gefunden.length; } s1 = "US-18L"; s1 = s1.toUpperCase(); s2 = "Happy New Year (LARGE)"; s2 = s2.toUpperCase(); s3 = "grafik/©2008croctales_newyearcxs1.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("US-18L","Happy New Year (LARGE)",s3,s4); i = gefunden.length; } s1 = "US-18L"; s1 = s1.toUpperCase(); s2 = "Happy New Year (small)"; s2 = s2.toUpperCase(); s3 = "grafik/©2008croctales_newyearcxs1.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("US-18L","Happy New Year (small)",s3,s4); i = gefunden.length; } s1 = "US-19"; s1 = s1.toUpperCase(); s2 = "Mother's Day Greeting Card (LARGE)"; s2 = s2.toUpperCase(); s3 = "grafik/©2006croctales_mothersdayc1xs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("US-19","Mother's Day Greeting Card (LARGE)",s3,s4); i = gefunden.length; } s1 = "US-19s"; s1 = s1.toUpperCase(); s2 = "Mother's Day Greeting Card (small)"; s2 = s2.toUpperCase(); s3 = "grafik/©2006croctales_mothersdayc1xs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("US-19s","Mother's Day Greeting Card (small)",s3,s4); i = gefunden.length; } s1 = "US-20"; s1 = s1.toUpperCase(); s2 = "Card Hurrican Season (small)"; s2 = s2.toUpperCase(); s3 = "grafik/©2008croctales_hurry_can_seasoncxs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("US-20","Card Hurrican Season (small)",s3,s4); i = gefunden.length; } s1 = "US-2010"; s1 = s1.toUpperCase(); s2 = "Calendar"; s2 = s2.toUpperCase(); s3 = "grafik/croctales_kalender_xs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("US-2010","Calendar",s3,s4); i = gefunden.length; } s1 = "US-21l"; s1 = s1.toUpperCase(); s2 = "Happy (Magic) Birthday (LARGE)"; s2 = s2.toUpperCase(); s3 = "grafik/©croctales2006magic_birthdaycxs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("US-21l","Happy (Magic) Birthday (LARGE)",s3,s4); i = gefunden.length; } s1 = "US-21s"; s1 = s1.toUpperCase(); s2 = "Happy (Magic) Birthday (small)"; s2 = s2.toUpperCase(); s3 = "grafik/©croctales2006magic_birthdaycxs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("US-21s","Happy (Magic) Birthday (small)",s3,s4); i = gefunden.length; } s1 = "US-22l"; s1 = s1.toUpperCase(); s2 = "Under the Sea (LARGE)"; s2 = s2.toUpperCase(); s3 = "grafik/©2007under-the-seacxs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("US-22l","Under the Sea (LARGE)",s3,s4); i = gefunden.length; } s1 = "US-23l"; s1 = s1.toUpperCase(); s2 = "card Announcement (LARGE)"; s2 = s2.toUpperCase(); s3 = "grafik/©croctales2008dis-percussioncxs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("US-23l","card Announcement (LARGE)",s3,s4); i = gefunden.length; } s1 = "US-23s"; s1 = s1.toUpperCase(); s2 = "card Announcement (small)"; s2 = s2.toUpperCase(); s3 = "grafik/©croctales2008dis-percussioncxs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("US-23s","card Announcement (small)",s3,s4); i = gefunden.length; } s1 = "US-24l"; s1 = s1.toUpperCase(); s2 = "Greeting Card Butterflies (LARGE)"; s2 = s2.toUpperCase(); s3 = "grafik/©2001croctales_butterfliescxs1.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("US-24l","Greeting Card Butterflies (LARGE)",s3,s4); i = gefunden.length; } s1 = "US-24s"; s1 = s1.toUpperCase(); s2 = "Greeting Card Butterflies (small)"; s2 = s2.toUpperCase(); s3 = "grafik/©2001croctales_butterfliescxs1.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("US-24s","Greeting Card Butterflies (small)",s3,s4); i = gefunden.length; } s1 = "US-25l"; s1 = s1.toUpperCase(); s2 = "Greeting Card Florida Christmas (LARGE)"; s2 = s2.toUpperCase(); s3 = "grafik/©2001croctales_xmas_palmtreec2xs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("US-25l","Greeting Card Florida Christmas (LARGE)",s3,s4); i = gefunden.length; } s1 = "US-25s"; s1 = s1.toUpperCase(); s2 = "Greeting Card Florida Christmas (small)"; s2 = s2.toUpperCase(); s3 = "grafik/©2001croctales_xmas_palmtreec2xs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("US-25s","Greeting Card Florida Christmas (small)",s3,s4); i = gefunden.length; } s1 = "US-26l"; s1 = s1.toUpperCase(); s2 = "Greeting Card Lighthouse (LARGE)"; s2 = s2.toUpperCase(); s3 = "grafik/©2008croctales_lighthousec2xs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("US-26l","Greeting Card Lighthouse (LARGE)",s3,s4); i = gefunden.length; } s1 = "US-26s"; s1 = s1.toUpperCase(); s2 = "Greeting Card Lighthouse (small)"; s2 = s2.toUpperCase(); s3 = "grafik/©2008croctales_lighthousec2xs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("US-26s","Greeting Card Lighthouse (small)",s3,s4); i = gefunden.length; } s1 = "US-27l"; s1 = s1.toUpperCase(); s2 = "Greeting Card "just a note" (LARGE)"; s2 = s2.toUpperCase(); s3 = "grafik/©2008croctales_notectextxs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("US-27l","Greeting Card "just a note" (LARGE)",s3,s4); i = gefunden.length; } s1 = "US-27s"; s1 = s1.toUpperCase(); s2 = "Greeting Card "just a note" (small)"; s2 = s2.toUpperCase(); s3 = "grafik/©2008croctales_notec1xs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("US-27s","Greeting Card "just a note" (small)",s3,s4); i = gefunden.length; } s1 = "US-28l"; s1 = s1.toUpperCase(); s2 = "Greeting Card FORE! (LARGE)"; s2 = s2.toUpperCase(); s3 = "grafik/©20003croctales_golf_tee4birdiecxs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("US-28l","Greeting Card FORE! (LARGE)",s3,s4); i = gefunden.length; } s1 = "US-28s"; s1 = s1.toUpperCase(); s2 = "Greeting Card FORE! (small)"; s2 = s2.toUpperCase(); s3 = "grafik/©20003croctales_golf_tee4birdiecxs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("US-28s","Greeting Card FORE! (small)",s3,s4); i = gefunden.length; } s1 = "US-29l"; s1 = s1.toUpperCase(); s2 = "Greeting Card Golfer (LARGE)"; s2 = s2.toUpperCase(); s3 = "grafik/©2008croctales_reading-greenscxs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("US-29l","Greeting Card Golfer (LARGE)",s3,s4); i = gefunden.length; } s1 = "US-29s"; s1 = s1.toUpperCase(); s2 = "Greeting Card Golfer (small)"; s2 = s2.toUpperCase(); s3 = "grafik/©2008croctales_reading-greenscxs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("US-29s","Greeting Card Golfer (small)",s3,s4); i = gefunden.length; } s1 = "US-99"; s1 = s1.toUpperCase(); s2 = "Custom Greeting Card"; s2 = s2.toUpperCase(); s3 = "grafik/©2006croctales_physicaltherapy_bookcxs.jpg"; if (s3!="") { s3=""; } s4 = ""; if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1) { gefunden.length++; gefunden[i]= new SuchEintrag("US-99","Custom Greeting Card",s3,s4); i = gefunden.length; } return i; } function suchepaint() { var menuFrame = self.frames["inhalt"]; warenFrame = menuFrame.window.document; warenFrame.open("text/html"); warenFrame.write(""); warenFrame.write("\n"); warenFrame.write("

\n"); warenFrame.write("\n"); warenFrame.write("Suchergebnis:

\n"); warenFrame.write("\n"); warenFrame.write(""); for (var i=0; i"); warenFrame.write(""); warenFrame.write(""); warenFrame.write(""); } warenFrame.write("
"); warenFrame.write(gefunden[i].url + gefunden[i].nummer+""); warenFrame.write(""); warenFrame.write(gefunden[i].url + gefunden[i].bild + gefunden[i].bezeichnung+""); warenFrame.write("
"); warenFrame.write("<\P>\n"); warenFrame.write("
"); warenFrame.write(""); warenFrame.close(); }