function changeCollection(col){
     var table = document.getElementById("main");
     table.style.background = col;
     }