setEltBg = function(div,bg_pos) {
   document.getElementById(div).style.backgroundPosition = bg_pos;
}

setSelect = function(div,hex) {
   document.getElementById(div).style.color = hex;
}