var fDesc=new Array(); fDesc[0] = "Magic Matching Color 1.2 is a shareware program developed by Magic Project. This software has been specially designed from programmers and website developers. It provides the necessary tools to create a color we liked and that we can save as a HTML color code and use when designing a project. We can download a free demo version from the developer’s website, and evaluate it for a 30-day period. If we like the software, we can purchase the product or register from the user’s interface and receive a key code via e-mail. To create a matching color we will open the main window, which presents three sliders, one for each primary color (red, blue, and green). We can move the sliders from one side to the other, and see how the colors are changing. When there is one we like, we must click on it and it will be saved as a main color code and the program will create five matching color for this one. We can use the new feature and let the program decide for us and create a random color that we can copy to the clipboard. There are an online forum, support, and FAQ. It runs under Windows 95, 98, NT, ME, XP, 2003 operating 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 = ''; } }