function showBidButton() {
    var tag = document.getElementById('showbidTable');
    tag.style.visibility = 'visible';
}

showBidButton();