var fDesc=new Array(); fDesc[0] = "MagicTweak is an application that will let you modify your Windows. It has a vast array of features that let you tweak every aspect of your Windows installation. This is half a cosmetic application and half a functional one. It allows you to modify the way Windows looks and the way if operates. It presents many features that are hidden by default in Windows. You can make your operative system run a little faster by enabling some of them, but don't expect any miracles. This application will not make your computer exceed its limits. It also allows you to modify the way the operative system works. You can add new backgrounds and add new templates that shape the way windows looks. This application has a really easy to use interface, which should allow you to make full use of the application without any significant complications. This is a multi-language application with support for all the Windows version from the 98 to Windows Vista. Although the gain in performance that you can get out of this suite is not great, it is often fun to toy with the options and see the many ways you can change the way your computer looks."; 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 = ''; } }