function show_menu(DObj) {
    DObj.style.height = '';
}

function hide_menu(DObj) {
    DObj.style.height = '10px';
}
