var bc = Array("transparent","#ffa500","#32cd32","#d3d3d3");
function ChangeStyle(obj, n) {
    obj.style.backgroundColor=bc[n];
}
