function get_username() { document.write('')} function get_uid() { return ; } function show_org_info() { window.open("/uploadfile/org_info/.htm"); } function show_user_info() { window.open("/main/modules/show.php?u_id="+get_uid()); } function show_search_more(obj) { if (document.getElementById("search_more").style.display == 'none') { document.getElementById("search_more").style.display=''; obj.value = "关闭选项"; } else { document.getElementById("search_more").style.display='none'; obj.value = "更多选项"; } }