var fDesc=new Array(); fDesc[0] = "Experience the fun of using this interactive color wheel! No more guesswork when you pick colors for your next design project. With a single click you can create color combinations with an impact. Version 4 of the award winning ColorImpact features a completely redesigned user interface with lots of new tools and functions.
It's easy. It's fun. And it works the first time you try it. Just select a color that pleases you, and the visual color wheel instantly displays a selection of perfectly matching colors. It's that easy!

But it doesn't stop there! Now comes the fun part: Play with different color harmonies, add shades and tints and visually fine tune your color scheme to perfection.

The final result you can print and take to the store, or you can export it to your favorite 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 = ''; } }