$(function() {
    $('#dropbar').delay(300).slideDown('slow');
});

