function js_check01(name){
document.getElementById(name).style.display = 'none';
document.getElementById('fla_box').style.display = 'block';
}