function bu_1h() { 
theObj = document.getElementById('bu_1').style; 
theObj.display = "none";
}

function bu_1s() { 
theObj = document.getElementById('bu_1').style; 
theObj.display = "inline";
}
