function choose_color(table,color){	
document.getElementById(table + "_color").style.backgroundColor=color
document.getElementById(table + "_color").value=color
}
