<!-- Hide scripts from older browsers

	/* 
	Dynamic 'Select' list creation script 
	Written by Sagie Maoz (sagie@hotpop.com), (C) 2000
	*/

  function updateKosher(x,y) {
   if (x.options.selectedIndex==0) {      // None
    y.options.length=1;
    y.options[0].text='-בחר ארץ-';
   }
   if (x.options.selectedIndex==1) {      // ישראל כללי
    y.options.length=1;
    y.options[0].text='-כל ישראל-';
   }
   if (x.options.selectedIndex==2) {      // ישראל צפון
    y.options.length=69;
    y.options[0].text='-בחר ישוב-';
	y.options[1].text='אור הגנוז';
y.options[2].text='אור עקיבא';
y.options[3].text='איילון';
y.options[4].text='אילניה';
y.options[5].text='אלון הגליל';
y.options[6].text='אמירים';
y.options[7].text='אניעם';
y.options[8].text='אפיקים';
y.options[9].text='בינימינה';
y.options[10].text='בית יצחק';
y.options[11].text='בית שאן';
y.options[12].text='בית שערים';
y.options[13].text='בני יהודה';
y.options[14].text='ביתן אהרון';
y.options[15].text='בת חפר';
y.options[16].text='גבעת יואב';
y.options[17].text='גן שמואל';
y.options[18].text='דישון';
y.options[19].text='דן';
y.options[20].text='הגושרים';
y.options[21].text='זכרון יעקב';
y.options[22].text='חדרה';
y.options[23].text='חוסן';
y.options[24].text='חיפה';
y.options[25].text='חמת גדר';
y.options[26].text='טבריה';
y.options[27].text='טירת הכרמל';
y.options[28].text='יסוד המעלה';
y.options[29].text='יקנעם עילית';
y.options[30].text='יקנעם';
y.options[31].text='כפר ביאליק';
y.options[32].text='כפר בלום';
y.options[33].text='כפר הנשיא';
y.options[34].text='כפר הרא"ה';
y.options[35].text='כפר ויתקין';
y.options[36].text='כרם בן זמרה';
y.options[37].text='כרמיאל';
y.options[38].text='ליבנים';
y.options[39].text='לימן';
y.options[40].text='מגדל העמק';
y.options[41].text='מעלות תרשיחא';
y.options[42].text='מצפה הראל';
y.options[43].text='נהריה';
y.options[44].text='נוב';
y.options[45].text='ניר דוד';
y.options[46].text='נצרת עילית';
y.options[47].text='נשר';
y.options[48].text='נתניה';
y.options[49].text='עין יעקב';
y.options[50].text='עכו';
y.options[51].text='עספיה';
y.options[52].text='עפולה';
y.options[53].text='עתלית';
y.options[54].text='צפת';
y.options[55].text='קיסריה';
y.options[56].text='קצרין';
y.options[57].text='קרית אתא';
y.options[58].text='קרית ביאליק';
y.options[59].text='קרית טבעון';
y.options[60].text='קרית מוצקין';
y.options[61].text='קרית שמונה';
y.options[62].text='ראש הנקרה';
y.options[63].text='ראש פינה';
y.options[64].text='רמות';
y.options[65].text='שכניה';
y.options[66].text='שלוחות';
y.options[67].text='שער העמקים';
y.options[68].text='שתולה';

   }
   if (x.options.selectedIndex==3) {      // ישראל מרכז
    y.options.length=48;
    y.options[0].text='-בחר ישוב-';
	y.options[1].text='אור יהודה';
y.options[2].text='באר יעקב';
y.options[3].text='בארות יצחק';
y.options[4].text='בית דגן';
y.options[5].text='בני ברק';
y.options[6].text='גבעת שמואל';
y.options[7].text='גבעתיים';
y.options[8].text='גדרה';
y.options[9].text='גני תקווה';
y.options[10].text='הוד השרון';
y.options[11].text='הרצליה';
y.options[12].text='חולדה';
y.options[13].text='חולון';
y.options[14].text='יבנה';
y.options[15].text='יהוד';
y.options[16].text='יפו';
y.options[17].text='כוכב יאיר';
y.options[18].text='כפר מע"ש';
y.options[19].text='כפר סבא';
y.options[20].text='כפר רות';
y.options[21].text='לוד';
y.options[22].text='מודיעין';
y.options[23].text='מושב גאליה';
y.options[24].text='מזכרת בתיה';
y.options[25].text='מכבים';
y.options[26].text='נחלים';
y.options[27].text='נס ציונה';
y.options[28].text='סביון';
y.options[29].text='עין ורד';
y.options[30].text='פתח תקווה';
y.options[31].text='צור יגאל';
y.options[32].text='קדימה';
y.options[33].text='קרית אונו';
y.options[34].text='ראש העין';
y.options[35].text='ראשון לציון';
y.options[36].text='רחובות';
y.options[37].text='רמלה';
y.options[38].text='רמת גן';
y.options[39].text='רמת השרון';
y.options[40].text='רעות';
y.options[41].text='רעננה';
y.options[42].text='שוהם';
y.options[43].text='תל אביב';
y.options[44].text='תל השומר';
y.options[45].text='תל מונד';
y.options[46].text='תל נוף';
y.options[47].text='תל ערד';
   }
   if (x.options.selectedIndex==4) {      // ישראל ירושלים והסביבה
    y.options.length=13;
    y.options[0].text='-בחר ישוב-';
	y.options[1].text='אפרת';
y.options[2].text='בית שמש';
y.options[3].text='גבעת זאב';
y.options[4].text='גוש עציון';
y.options[5].text='ירושלים';
y.options[6].text='ישעי';
y.options[7].text='לוזית';
y.options[8].text='לטרון';
y.options[9].text='מבשרת ציון';
y.options[10].text='מעלה אדומים';
y.options[11].text='עגור';
y.options[12].text='עפרה';
   }
   if (x.options.selectedIndex==5) {      // ישראל דרום
    y.options.length=28;
    y.options[0].text='-בחר ישוב-';
	y.options[1].text='אילת';
y.options[2].text='אמונים';
y.options[3].text='אשדוד';
y.options[4].text='אשקלון';
y.options[5].text='באר טוביה';
y.options[6].text='באר שבע';
y.options[7].text='ביצרון';
y.options[8].text='גבעת ישעיהו';
y.options[9].text='גן יבנה';
y.options[10].text='דימונה';
y.options[11].text='חצרים';
y.options[12].text='ים המלח';
y.options[13].text='כפר מיימון';
y.options[14].text='כפר סילבר';
y.options[15].text='מצפה רמון';
y.options[16].text='נאות הכיכר';
y.options[17].text='נהורה';
y.options[18].text='נתיבות';
y.options[19].text='עין גדי';
y.options[20].text='ערד';
y.options[21].text='צומת ראם';
y.options[22].text='קליה';
y.options[23].text='קרית גת';
y.options[24].text='קרית מלאכי';
y.options[25].text='שדה בוקר';
y.options[26].text='שדרות';
y.options[27].text='שחר';
   }
   if (x.options.selectedIndex==6) {       // אוסטריה
    y.options.length=2;
    y.options[0].text='-בחר עיר-';
    y.options[1].text='וינה';
   }
   if (x.options.selectedIndex==7) {       // אוסטרליה
    y.options.length=7;
    y.options[0].text='-בחר עיר -';
    y.options[1].text='אדלייד';
	y.options[2].text='בריסביין';
	y.options[3].text='מלבורן';
	y.options[4].text='סידני';
	y.options[5].text='פרת';
	y.options[6].text='ריפונלי';
   }
   if (x.options.selectedIndex==8) {       // אוקראינה
    y.options.length=3;
    y.options[0].text='-בחר עיר-';
    y.options[1].text='אודסה';
    y.options[2].text='קייב';
   }
   if (x.options.selectedIndex==9) {       // אורוגואי
    y.options.length=2;
    y.options[0].text='-בחר עיר-';
    y.options[1].text='מונטווידיאו';
   }
    if (x.options.selectedIndex==10) {       // איטליה
    y.options.length=7;
    y.options[0].text='-בחר עיר-';
    y.options[1].text='ונציה';
	y.options[2].text='ליבונרו';
	y.options[3].text='מילאנו';
    y.options[4].text='נאפולי';
    y.options[5].text='פירנצה';
    y.options[6].text='רומא';
   }
    if (x.options.selectedIndex==11) {       // אירלנד
    y.options.length=2;
    y.options[0].text='-בחר עיר-';
    y.options[1].text='דבלין';
   }
   if (x.options.selectedIndex==12) {       // אנגליה
    y.options.length=7;
    y.options[0].text='-בחר עיר-';
    y.options[1].text='בורנמות';
    y.options[2].text='גלזקו';
    y.options[3].text='לונדון';
    y.options[4].text='ליברפול';
    y.options[5].text='מילטון קינגס';
    y.options[6].text='מנצסטר';
   }
   if (x.options.selectedIndex==13) {       // אקוודור
    y.options.length=2;
    y.options[0].text='-בחר עיר-';
    y.options[1].text='קיטו';
   }
   if (x.options.selectedIndex==14) {       // ארגנטינה
    y.options.length=3;
    y.options[0].text='-בחר עיר-';
    y.options[1].text='בואנוס איירס';
    y.options[2].text='קורדובה';
   }
   if (x.options.selectedIndex==15) {       // ארצות הברית
    y.options.length=50;
    y.options[0].text='-בחר מדינה-';
    y.options[1].text='אוהיו';
	y.options[2].text='אוקלהומה';
    y.options[3].text='אורגון';
	y.options[4].text='איווה';
	y.options[5].text='איידהו';
    y.options[6].text='אילינוי';
    y.options[7].text='אינדיאנה';
    y.options[8].text='אלבמה';
	y.options[9].text='אלסקה';
	y.options[10].text='אריזונה';
	y.options[11].text='ארקנסו';
	y.options[12].text='גורגיה';
	y.options[13].text='דלוור';
	y.options[14].text='דקוטה הדרומית';
	y.options[15].text='דקוטה הצפונית';
	y.options[16].text='דרום קרוליינה';
	y.options[17].text='הוואי';
	y.options[18].text='וויומינג';
	y.options[19].text='וושינגטון';
	y.options[20].text='ויסקונסין';
	y.options[21].text='וירגינה';
	y.options[22].text='ורמונט';
	y.options[23].text='טנסי';
	y.options[24].text='יוטה';
	y.options[25].text='לואיזיאנה';
	y.options[26].text='מונטנה';
	y.options[27].text='מיזורי';
	y.options[28].text='מיין';
	y.options[29].text='מינסוטה';
	y.options[30].text='מיסיסיפי';
	y.options[31].text='מישיגן';
	y.options[32].text='מסצוסטס';
	y.options[33].text='מערב וירגיניה';
	y.options[34].text='מרילנד';
	y.options[35].text='נבאדה';
	y.options[36].text='נברסקה';
	y.options[37].text='ניו גרסי';
	y.options[38].text='ניו המפשייר';
	y.options[39].text='ניו יורק';
	y.options[40].text='ניו מקסיקו';
	y.options[41].text='פלורידה';
	y.options[42].text='פנסילבניה';
	y.options[43].text='צפון קרוליינה';
	y.options[44].text='קולורדו';
	y.options[45].text='קונטיקט';
	y.options[46].text='קליפורניה';
	y.options[47].text='קנזס';
	y.options[48].text='קנטאקי';
	y.options[49].text='רוד איילנד';
   }
   if (x.options.selectedIndex==16) {       // בולגריה
    y.options.length=2;
    y.options[0].text='-בחר עיר-';
    y.options[1].text='סופיה';
   }
   if (x.options.selectedIndex==17) {       // בוליביה
    y.options.length=2;
    y.options[0].text='-בחר עיר-';
    y.options[1].text='לה פז';
   }
   if (x.options.selectedIndex==18) {       // בלגיה
    y.options.length=2;
    y.options[0].text='-בחר עיר-';
    y.options[1].text='אנטוורפן';
   }
   if (x.options.selectedIndex==19) {       // בלרוס
    y.options.length=2;
    y.options[0].text='-בחר עיר-';
    y.options[1].text='אורשה';
   }
   if (x.options.selectedIndex==20) {       // ברזיל
    y.options.length=3;
    y.options[0].text='-בחר עיר-';
    y.options[1].text='סאן פאולו';
    y.options[2].text='ריו דה זיניירו';
   }
   if (x.options.selectedIndex==21) {       // גואטמלה
    y.options.length=2;
    y.options[0].text='-בחר עיר-';
    y.options[1].text='גואטמלה סיטי';
   }
   if (x.options.selectedIndex==22) {       // גרמניה
    y.options.length=4;
    y.options[0].text='-בחר עיר-';
    y.options[1].text='ברלין';
    y.options[2].text='הנובר';
    y.options[3].text='מינכן';
   }
   if (x.options.selectedIndex==23) {       // דנמרק
    y.options.length=2;
    y.options[0].text='-בחר עיר-';
    y.options[1].text='קופנהגן';
   }
   if (x.options.selectedIndex==24) {       // דרום אפריקה
    y.options.length=3;
    y.options[0].text='-בחר עיר-';
    y.options[1].text='יוהנסבורג';
    y.options[2].text='קייפטאון';;
   }
   if (x.options.selectedIndex==25) {       // הודו
    y.options.length=9;
    y.options[0].text='-בחר עיר-';
	y.options[1].text='בומבי';
    y.options[2].text='גואה';
	y.options[3].text='דלהי';
	y.options[4].text='ניו דלהי';
	y.options[5].text='דאראמסלה';
	y.options[6].text='פונה';
	y.options[7].text='פושקר';
	y.options[8].text='קסול';
   }
   if (x.options.selectedIndex==26) {       // הולנד
    y.options.length=4;
    y.options[0].text='-בחר עיר-';
    y.options[1].text='אמסטרדם';
    y.options[2].text='דלפט';
    y.options[3].text='דן האך';
   }
   if (x.options.selectedIndex==27) {       // הונגריה
    y.options.length=2;
    y.options[0].text='-בחר עיר-';
    y.options[1].text='בודפשט';
   }
   if (x.options.selectedIndex==28) {       // ונצואלה
    y.options.length=2;
    y.options[0].text='-בחר עיר-';
    y.options[1].text='קראקס';
   }
   if (x.options.selectedIndex==29) {       // טורקיה
    y.options.length=2;
    y.options[0].text='-בחר עיר-';
    y.options[1].text='איסטנבול';
   }
   if (x.options.selectedIndex==30) {       // יוון
    y.options.length=2;
    y.options[0].text='-בחר עיר-';
    y.options[1].text='אתונה';
   }
   if (x.options.selectedIndex==31) {       // יפן
    y.options.length=2;
    y.options[0].text='-בחר עיר-';
    y.options[1].text='טוקיו';
   }
   if (x.options.selectedIndex==32) {       // לטביה
    y.options.length=2;
    y.options[0].text='-בחר עיר-';
    y.options[1].text='ריגה';
   }
   if (x.options.selectedIndex==33) {       // מקסיקו
    y.options.length=4;
    y.options[0].text='-בחר עיר-';
    y.options[1].text='אקפולקו';
    y.options[2].text='טיחואנה';;
    y.options[3].text='מקסיקו סיטי';
   }
   if (x.options.selectedIndex==34) {       // מרוקו
    y.options.length=4;
    y.options[0].text='-בחר עיר-';
    y.options[1].text='מרקש';
    y.options[2].text='פז';
    y.options[3].text='קזבלנקה';
   }
   if (x.options.selectedIndex==35) {       // ניו זילנד
    y.options.length=2;
    y.options[0].text='-בחר עיר-';
    y.options[1].text='אוקלנד';
   }
   if (x.options.selectedIndex==36) {       // סין
    y.options.length=3;
    y.options[0].text='-בחר עיר-';
    y.options[1].text='קאולון';
	y.options[2].text='שנגחאי';
   }
   if (x.options.selectedIndex==37) {       // ספרד
    y.options.length=10;
    y.options[0].text='-בחר עיר-';
    y.options[1].text='ברצלונה';
    y.options[2].text='ולנסיה';
    y.options[3].text='טורמולינוס';
    y.options[4].text='טרגונה';
    y.options[5].text='מדריד';
	y.options[6].text='מלגה';
	y.options[7].text='מלייה';
	y.options[8].text='סאוטה';
	y.options[9].text='פלמה דה מיורקה';
   }
   if (x.options.selectedIndex==38) {       // פולין
    y.options.length=3;
    y.options[0].text='-בחר עיר-';
    y.options[1].text='ורשה';
    y.options[2].text='קראקוב';
	
   }
   
   if (x.options.selectedIndex==39) {       // פנמה
    y.options.length=2;
    y.options[0].text='-בחר עיר-';
    y.options[1].text='פנמה סיטי';
   }
   if (x.options.selectedIndex==40) {       // פרו
    y.options.length=2;
    y.options[0].text='-בחר עיר-';
    y.options[1].text='לימה';;
   }
   if (x.options.selectedIndex==41) {       // צילה
    y.options.length=2;
    y.options[0].text='-בחר עיר-';
    y.options[1].text='סנטיאגו';
   }
      if (x.options.selectedIndex==42) {       // צכיה
    y.options.length=2;
    y.options[0].text='-בחר עיר-';
    y.options[1].text='פראג';
   }

   if (x.options.selectedIndex==43) {       // צרפת
    y.options.length=31;
    y.options[0].text='-בחר עיר-';
    y.options[1].text='אוברוויה';
    y.options[2].text='אנטוני';
    y.options[3].text='בוביאני';
    y.options[4].text='בולון ביאנקורט';
    y.options[5].text='ואנסה';
	y.options[6].text='ווילאוברן';
    y.options[7].text='ורסאי';
    y.options[8].text='זאן לה פן';
    y.options[9].text='טולואז';
    y.options[10].text='לבלווה פרט';
	y.options[11].text='לה וארן';
    y.options[12].text='לה קרמלין ביקטר';
    y.options[13].text='ליון';
    y.options[14].text='מונטרוג';
    y.options[15].text='מונטרי';
	y.options[16].text='מטץ';
    y.options[17].text='מרסיי';
    y.options[18].text='נוגן סור מאראן';
    y.options[19].text='נויאלי סור סן';
    y.options[20].text='ניס';
	y.options[21].text='סנט בריך';
    y.options[22].text='סנט מנדה';
    y.options[23].text='סרסל';
    y.options[24].text='פונטאני סור בווה';
    y.options[25].text='פנטין';
	y.options[26].text='פרה סנט גרבה';
    y.options[27].text='פריז';
    y.options[28].text='קאן';
    y.options[29].text='קרטיי';
    y.options[30].text='שטרסבורג';
   }
   if (x.options.selectedIndex==44) {       // קובה
    y.options.length=2;
    y.options[0].text='-בחר עיר-';
    y.options[1].text='ריצמונד היל';
   }
   if (x.options.selectedIndex==45) {       // קולומביה
    y.options.length=2;
    y.options[0].text='-בחר עיר-';
    y.options[1].text='בוגוטה';
   }
   if (x.options.selectedIndex==46) {       // קוסטה ריקה
    y.options.length=2;
    y.options[0].text='-בחר עיר-';
    y.options[1].text='סאן חוזה';
   }
   if (x.options.selectedIndex==47) {       // קנדה
    y.options.length=11;
    y.options[0].text='-בחר עיר-';
	y.options[1].text='אדמונטון';
    y.options[2].text='אוטווה';
	y.options[3].text='המילטון';
	y.options[4].text='ואנקובר';
	y.options[5].text='ויניפג';
    y.options[6].text='טורונטו';
    y.options[7].text='טורנהיל';
    y.options[8].text='מונטריאול';
	y.options[9].text='ריצמונד';
	y.options[10].text='קלגרי';
   }
   if (x.options.selectedIndex==48) {       // רומניה
    y.options.length=2;
    y.options[0].text='-בחר עיר-';
    y.options[1].text='בוקרשט';
   }
   if (x.options.selectedIndex==49) {       // רוסיה
    y.options.length=2;
    y.options[0].text='-בחר עיר-';
    y.options[1].text='מוסקווה';
    y.options[2].text='סנט פטרסבורג';
   }
   if (x.options.selectedIndex==50) {       // שבדיה
    y.options.length=2;
    y.options[0].text='-בחר עיר-';
    y.options[1].text='שטוקהולם';
   }
   if (x.options.selectedIndex==51) {       // שוויץ
    y.options.length=8;
    y.options[0].text='-בחר עיר-';
    y.options[1].text='ארוזה';
    y.options[2].text='בזל';
    y.options[3].text='גנבה';
    y.options[4].text='וילאר סור אולון';
    y.options[5].text='לוגאנו';
	y.options[6].text='לוזאן';
	y.options[7].text='ציריך';
   }
   if (x.options.selectedIndex==52) {       // תאילנד
    y.options.length=5;
    y.options[0].text='-בחר עיר-';
    y.options[1].text='בנגקוק';
	y.options[2].text='צאנג מאי';
	y.options[3].text='פוקט';
	y.options[4].text='קו סמוי';
   }
  }
 //-->

