var fDesc=new Array(); fDesc[1] = "advanced users. The program features a simple and intuitive Explorer style interface that shows the local and remote folders in a clear way and allows you to customize them the way your want."; fDesc[2] = "easily. You just only have to select the image file (you can select more than one image pressing ctrl or shift key), write the resolution in pixels or percent and press the button Ok. That's all. This cool application will resize your images fast and easy."; fDesc[3] = "features. The main feature continues to be the accelerator, though. I don't really know how it does it, but SpeedyiTunes will cut down the download time of movies, songs, etc to half. That is a considerable acceleration."; fDesc[4] = "StartUp Tuner 2 will detect even those that do not want to be found and will give you the chance to deactivate their auto-start entry, or uninstall the whole program if you wish."; fDesc[5] = "leaps and bounds. True freeware."; fDesc[6] = "hit a ball with your bat, and avoid it to run off the screen. The only way the ball can escape is by going behind you, the other three sides of the screen are closed with walls, and the ball will bounce on them."; fDesc[7] = "which enables you to removes all images, scripts, styles, NB spaces or font tags to make your files even smaller. HTML Shrinker Light is highly configurable and provides you with options to enable/disable shrinking criteria and to add new shrinking rules."; fDesc[8] = "required."; fDesc[9] = ", select a different skin for the program, ignore read errors, remove UOPS, keep region code, shrink DVD to fit on 4.7GB disc, select the burning engine, speed, volume name, number of copies, eject disc after burning, and automatically erase DVD RW disc when burning."; fDesc[10] = "Powerpoint 2000 or higher required."; fDesc[11] = "or higher required."; fDesc[12] = "all your photos to make them easier to share, PhotoAlpha can make the task easier."; fDesc[13] = ", remove unnecessary programs and get rid of duplicates in a matter of seconds and a few mouse clicks"; 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 = '...'; } }