
function stil_on(bolge,renk) {
 stil = bolge + ".style.background='" + renk + "'";
 eval(stil);
}




