﻿$(document).ready(function() {

    $('div.menu_head').mouseover(function() {
        $('div.menu_head').animate({ height: 79 }, 1500);
    });

});


