var btn_id;
var btn_h;
function btn_h_on(btn_id, btn_h){
document.getElementById(btn_id).className=btn_h;
}
function btn_h_off(btn_id, btn_h){
document.getElementById(btn_id).className=btn_h;
}
