function show (x) {
document.form.search.value = x;
document.form.submit();
}
