function change(name,value){ var color=document.getElementById('txt'); color.style[name]=value; }
function change(name,value){
var color1=document.getElementById('txt');
var set = name;
color1.style.set="value";
}