var border;

function keret(id) {
    border = document.getElementById(id);
    document.bgColor = #ff0000;
}

