function show_input_box(id) { $('#' + id).show('block'); } function hide_input_box(id) { $('#' + id).hide('block'); }