var fDesc=new Array(); fDesc[0] = "Creative Element Power Tools is a suite of tools and settings for Windows. Some of the tools are stand-alone programs, some run invisibly in the background, while others appear merely as extensions to Windows.
Creative Element Power Tools is a collection of productivity tools for Microsoft Windows 7, Windows Vista, Windows XP, Windows Server 2008, Windows Server 2003, and Windows 2000."; 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 = ''; } }