var fDesc=new Array(); fDesc[1] = "system configuration, security, cleanup and maintenance now optimizes Windows Vista as well"; fDesc[2] = ", CD-ROM/CD-R/CD-RW and any other local disks."; fDesc[4] = "your PC, diagnose any PC problems, your internet connection, and programs will work rapidly. Systerac Tools will help assist you by offering many Vista tweaks."; fDesc[5] = "critical data also it can automate the process of deleting files on selected time intervals."; fDesc[7] = "photos, music and video files from basic format to high-end raw image formats."; fDesc[8] = "This simple application will use all tools already available in your Windows. From just one window, you will be able to configure these three basic functions and they will be done after rebooting your system, and as a consequence, you will get better results."; fDesc[11] = "vista exclusive software product to enhance the computer performance by various means. System Tech Vista has 14 different utilities packed in one, named; Enhanced Drive Defragmentation, Memory Optimizer, Internet Booster, One-Click Optimization, Registry Doctor etc."; fDesc[12] = "messages from any \"dbx / mbx\" archive or to repair damaged *.dbx files where Outlook Express stores folders containing email messages"; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }