$(function() {
    $('.mn_1').show();
    $('#mn_toc li').hover(function () {
        $('#mn_pic img, #mn_tit h1').hide();
        $('.' + $(this).attr('class')).show();
    });
})
