function ActiveKeyword(obj){obj.style.display='block';}
function DisableKeyword(obj){obj.style.display='none'}
function ColorOn(obj){obj.style.background='#728462'}
function ColorOff(obj){obj.style.background='#4D5B41'}
function go(link){document.location='link'}
