﻿$(document).ready(function() {
    $("#player").click(function() {
        //$("#player").css("height", "348px");
        $(this).animate({
        height: '348px'
    });
});
});
