function function1() {
        document.all.a1.checked = true;
    }
function function2() {
        document.all.a2.checked = true;
    }
function function3() {
        document.all.a3.checked = true;
    }
function function4() {
        document.all.a5.checked = true;
    }
