var number=4; //定义条目数

function ABC() {
var abmc;
    for (i=1;i<=number;i++) {
        abmc = eval('ABT' + i);
        abmc.style.display = 'none';
    }
}
 
function ShowFAT(i) {
    abmc = eval('ABT' + i);
    if (abmc.style.display == 'none') {
        ABC();
        abmc.style.display = '';
    }
    else {
        abmc.style.display = 'none';
    }
}






