function overToolsMenu(){
    $("#section_title").hide();
}

function outToolsMenu(){
    $("#section_title").show();
}