function btn_on(){
    document.getElementById("btn_send").style.backgroundImage = 'url(http://avex-audition.jp/common/images/btn_comment_on.gif)';
}
function btn_off(){
    document.getElementById("btn_send").style.backgroundImage = 'url(http://avex-audition.jp/common/images/btn_comment_off.gif)';
}