function degis(itemo,durum){
if(durum!=off){
itemo.style.backgroundColor=#c2e99e;
}
else {
itemo.style.backgroundColor=#c3eefb;
}
}
