var fDesc=new Array(); fDesc[0] = "Color Picker Pro is a very small and powerful application that helps webmasters and web-designers a great deal. This program allows its users to save the color schemes set on a particular webpage or on a design project and use them repeatedly when needed. The program is certainly a necessary tool for professionals who work on multiple projects at the same time. Color Picker Pro contains a full-color panel that offers a large variety of color options for the users to choose from. The software also features an option for HTML color display. The software extended view shows two code lookup options: Default HTML and CSS HTML. This application not only provides the webmasters with the appropriate hexadecimal color code but it also allows them to change the fonts the and size of links and default text. But probably the main advantage of the color Picker Pro software is that it is very lightweight and has a simple and user-friendly interface. The program is free and does not annoy its user with nag screens."; 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 = ''; } }