var fDesc=new Array(); fDesc[0] = "VXP Colorator is a digital artist or web designers tool. It is a no-clutter software which is used as a companion to design software for color matching font colors etc.
Open Colorator, point and shoot a color anywhere on your screen, then copy either the WebHex or the RGB values for use in your design application."; 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 = ''; } }