﻿function show_menu(obj_s) {
    $("#" + obj_s).show();
}
function hide_menu(obj_s) {
  $("#" + obj_s).hide();
}
