﻿
    function trrenkdegistir() {
        document.getElementById("degistirbakim").style.background = '#ffffff';

    }


    function degistir(id) {
        document.getElementById(id).style.border = "solid 1px #525252";
        document.getElementById(id).style.background = '#e5e5e5';
        
    }
    function duzelt(id) {
        document.getElementById(id).style.border = "solid 1px Transparent";
        document.getElementById(id).style.background = 'Transparent';
    }
    function sikayetac(divid)
    {
        document.getElementById(divid).style.visibility = "visible";
    }
    function sikayetkapat() {
        document.getElementById(divid).style.visibility = "visible";
    }

    function trRenkleriDegistir(tdid, renk) {
        document.getElementById(tdid).style.background = '#e5e5e5';
        document.getElementById(tdid).style.cursor = 'pointer';
    }
    function trRenkleriDuzelt(tdid, renk) {
        document.getElementById(tdid).style.background = renk;
        document.getElementById(tdid).style.cursor = 'default';
    }
    
    
    
    
    
    
