var fDesc=new Array(); fDesc[1] = "interface is all in German. Program is equipped with malware detection module, but it does'n seem to function as it should. The main program doesn't seem to service its own purpose, leaving many obsolete files on the drives. And there are no updates available."; fDesc[2] = "wasted page. This is the page with just a URL, banner ad, legal disclaimer, etc. These wasted pages occur many times a day littering homes and offices around the world and wasting money, trees, and time."; fDesc[3] = "MSN Messenger; it allows you to add new smilies from the Internet or your hard drive. GetSmile comes with over 1600 smilies."; fDesc[4] = "film with the same name. In the game, you are in the middle of Oakey Oaks, where you will take the roles of Chicken Little and his friends, Runt-of-the-Litter, Abby Mallard, and Fish-out-of-Water."; fDesc[6] = "recovered from your PC after they have been deleted. SecureClean is designed to provide every user with the highest level of personal privacy protection by finding and overwriting old data, making it impossible to recover."; fDesc[7] = "Uninstaller 2008 has been created for Windows system family special for removing needless applications and your computer acceleration."; fDesc[9] = "shortcuts accessible, while keeping your screen clear of icon-litter."; 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 = '...'; } }