var fDesc=new Array(); fDesc[0] = "Visual Color Picker is a very useful, light-weight and advanced color selector software application. This software allows its users some easy to use advanced options for capturing the color value from any position of the screen even if the selected program is inactive. When the program runs, it shows the main window along with a small preview window which points to the color picking area. Users get the RGB value by simply clicking on the associated button. Users can lock the screen on the preview window by pressing any of ctrl, shift and alt buttons. These buttons can also be set according to the user’s choice. The software supports as many as four color modes such as RGB, HSV, CMYK and HTML HEX values. Visual Color Picker supports unlimited text representation of color (VC++, VB, Delphi, etc). The users can also choose from a variety of color preview options such as gradient and text. Visual Color Picker is compatible with almost all common Windows versions including 98, 2000, Xp, Nt, Me."; 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 = ''; } }