function down() {
        var select = -1;
        $("#fileList tr").each(function(index) {
            if ($(this).hasClass("mouseOver")) {
                select = index + 1;