var fDesc=new Array(); fDesc[0] = "Color Archiver is a tiny utility to act as your color diary and is very useful for web developers. It includes a color picker with 1x-16x magnifier, pre-loaded web color table and another color table where your favourite color is saved. Since every color is saved with a user-defined name , the search feature can find your favourite color easily. This is certainly Very good for web developer to remember their favourite colors. It supports all color models like RGB, HSL, HSV, CMY and CMYK.
A standard color selection tool is also included in Color Archiver. Other utility includes HexConv, which is very useful for number base conversion and ASCII Character conversion."; 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 = ''; } }