var fDesc=new Array(); fDesc[0] = "HiColor Tools is a set of 10 high-powered custom controls designed to give your GUI a whole new look. Finally, a tool package that makes full use of the expanded color capabilities of today’s machines. No more flat, one color controls. These tools were written using ATL3.0 - which means no MFC file overhead and no external supporting DLL’s. This package is perfect for use across the Internet or any 32bit visual programming environment. Package includes, Panel/Frame, Multi-Column Label, Option button, Checkbox, Command Button, State Button, and Group Button."; 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 = ''; } }