function formHandler(){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL;
}


document.write('<form name="form">');
document.write('<select name="site" size=1 onChange="javascript:formHandler()">');
document.write('<option value="">Select an item........בחר נושא');


document.write('<option value="../thewall/index.html">Facts about the "Separation Wall"');
document.write('<option value="../kawther/kawth_eng.html">The Diary of Kawther Salaam');
document.write('<option value="../generous/generous.html">Ehud Barak&#39;s &quot;Generous Offers...&quot;');
document.write('<option value="../media/pics/index.html">multimedia');
document.write('<option value="../english/actlist.html">Gush Shalom actions');
document.write('<option value="../archives.html">the Boycott');
document.write('<option value="../demolition/index.html">House Demolitions');
document.write('');
document.write('<option value="../warcrimes/index.html">war Crimes');
document.write('');

document.write('<option value="">----עברית-----');
document.write('<option value="../thewall/hebrew.html">מה שלא ידעתם על גדר ההפרדה');
document.write('<option value="../generous/index.html">&quot;ההצעות הנדיבות&quot; של ברק');
document.write('<option value="../media/pics/index.html">תמונות וקריקטורות שונות');
document.write('<option value="../kawther/kawth_heb.html">יומנה של קאוטר סאלאם');
document.write('<option value="../heb_act.html">פעולות הגוש');
document.write('<option value="../archives.html">חרם על תוצרת ההתנחלויות');
document.write('<option value="../demolition/index.html">הריסת בתים');
document.write('');

document.write('</select>');
document.write('<onClick="javascript:formHandler()">');
document.write('</form>');