var fDesc=new Array(); fDesc[0] = "Tweaki is a 32-bit shell management tool built for power users. It allows you to make more than 250 changes to your Windows operating system. Using Tweaki's Right-Click Wizard feature, you can create your own right-click, context-sensitive menus for file types in Windows Explorer. Other features include full control over W95/98 boot options, assign multiple IP addresses to a single NIC card, a long list of other common shell management tools, and the ability to print Explorer directory structures and directory contents by simply right-clicking the directory. This version includes some new features and enhancements. This version is a 14-day trial, full license is $15."; 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 = ''; } }