var fDesc=new Array(); fDesc[0] = "Necessity for program such as DNJ Clip Color is appeared because of continually necessity for getting a value of some color which is momentary on the screen on some position. The process which would happen is getting screen capture and opening it in some picture editor. Then you should select tool named pipette and with it found the value of wanted color, which could be very long and boring process. Program DNJ Clip Color, after automatically starting, by default enables you to select color on current screen and after selecting automatically shows you the value of selected color in few different color systems."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }