function borderAus (id) {

    document.getElementById(id).style.border= '1px solid #7f9db9';
}

