function addcomment(tipItemName) {
        var commentform = (document.getElementById ? document.getElementById('comment_form') : document.all.comment_form);
        commentform.style.display = 'block';
}

