function show_search_form() {
 if (!document || !document.getElementById) return true;
 document.getElementById('searchfly-table').style.visibility = "visible";
 document.quick_find.keyword.focus();
 return false;
}
