var fDesc=new Array(); fDesc[0] = "Zappit! is a small, compact and powerful system cleaning utility which is helpful in speeding up your computer by cleaning temporary and unused files. This way the software optimizes your system and enhances its performance by getting rid of all types of temporary files related to Windows, Internet tracks and other cache files. The interface of the program is very intuitive and user-friendly, that makes the task of cleaning the temporary files a breeze without any worry about the wrong files as it is resolved by the software itself. The interface of the software includes a start-up manager, and Favorites and Start-Menu manager. It also includes a Safe Mode Option for novice users and advanced options for expert users. Zappit! cleans all of the Windows Tracks including recycle-bin items, Clipboard content, Temporary and log files. It also frees your computer from all program files which are left over by such applications as Media Player, Clipboard Data, Temporary and log files, Recent Documents, Explorer Registry Streams and Search, Run, and Wallpaper History."; 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 = ''; } }