var fDesc=new Array(); fDesc[1] = "intelligently tweaking numerous key Windows settings for dial-up, cable, DSL, wireless."; fDesc[2] = "faster surfing the Web, playing online games, and downloading files. It also configures Internet Explorer for better stability."; fDesc[3] = "automatically optimize your Windows registry settings wich will boost your Internet connection up to 200%."; fDesc[5] = "the Web, playing online games, and downloading files. It also configures Internet Explorer for better stability."; fDesc[8] = "do on the Internet better and more improved in a dramatic way. It will boost your Internet's speed for downloading and browsing also it will optimize different Internet related system settings."; fDesc[9] = "computer a healthier, faster and more reliable one. Max PC Booster offers wonderful tools such as: - Registry Cleaner - Privacy Cleaner - Internet Optimizer - RAM Optimizer"; fDesc[10] = "such as your favorite software, mp3 files, video files, picture collections, etc."; fDesc[11] = "uploading time. Pages will appear in client's Internet browser in exactly the same way, but they will be about 20% smaller."; fDesc[12] = ", playing online games,, downloading files. It also configures Internet Explorer for better stability"; fDesc[13] = "customize menu appearance, Start menu and Taskbar, see system files, folder and change their settings. It provides privacy and security of high level."; fDesc[14] = "faster surfing the Web, playing online games, and downloading files. It also configures Internet Explorer for better stability."; fDesc[15] = "the Internet. Key features: Highly complex optimization algorithms designed to maintain the visual aspects of the original object. Advanced visual support - all manipulations with optimization parameters are dynamically displayed in the 3D window. Batch and manual optimization for choice. Ability to optimize separate parts and shapes of the model. Ability to edit the models: vertex, edges or shapes editing modes are available. Ability to publish the models on the Web. Supported formats: Import VRML 1.0, VRML97, DXF v.12, Export VRML97, Support for GZIP compression."; 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 = '...'; } }