var fDesc=new Array(); fDesc[1] = "The present limit is 20 folders with 20,000 files each and no more than 4 GB in total. Very useful to avoid the hassle of transporting files in a USB drive."; fDesc[2] = "secure and customize your mail. The program features many new enhancements to help you better manage your inbox, and keep your vital information organized."; fDesc[3] = "if any problem with these components is found. It is a must have utility for any who want his computer to be in a healthy state everytime."; fDesc[4] = "funny stuff. Plot: The third delivery of this saga comes back with an old subject: the time travel. In this case is used by the soviets to eliminate a scientist, Einstein and his developments which will be vital for the Allies."; fDesc[5] = "suggests is a software tool for resizing the photo and the output comes out with drastically reduced file sizes. The conversion is quicker as it can allow resizing of multiple image files in batch mode."; fDesc[6] = "your computer and therefore this software can help boost your system's performance. The application comes with a nice interface that dives directly into the options."; fDesc[7] = "not know the correct solution if there is an accidental or deliberate loss of vital data, but you can always secure your vital information, data, disks and drives by making virtual backup images of them with this tool."; fDesc[8] = "screensaver.You will surely enjoy a wide variety of animated nature sceneries such waterfalls, lakes, rivers, mountains, beaches, etc.This beautiful nature screensaver also comes with Water Illusion Studio to create your own animated picture easily. Features: Wide variety of living nature sceneries Use your own music files (mp3,wma,mid) as background music Weather effects (rain and snow) Change your wallpaper automatically with Auto-Wallpaper setting Get more than 200+ animated picture from our Gallery Create your own animated picture easily with Water Illusion Studio (included) Save your creation as Windows screensaver (.scr), animated gif (.gif), or AVI (.avi)"; fDesc[9] = "War. Plot: You are an American soldier and you will have to infiltrate in the enemy ranks and get the vital information that is needed by your superiors. As you are a sniper the rifle will be your weapon."; fDesc[10] = "tournament play. The indicators used in the software are the same you would use in a real tournament situation, but are quite differ"; fDesc[11] = "designed to quickly create backups, synchronize your files, and archive your tasks in the smartest way. Composed in a simple graphical interface, this application requires no programming or scripting skills."; fDesc[12] = "your system. With the help of File Backup Watcher you can make handy backups of your important files and folder in no time using your Network, E-mail, FTP, CD-R, CD-RW, DVD-R and DVD-RW."; fDesc[13] = "comprehensive charts, and vital predictions, under various Kundali styles right from south Indian, north Indian, down to east Indian styles, and analyses auspicious and inauspicious timings for various occasions for an individual user."; fDesc[14] = "logins, credit card numbers and other vital information for you. The features supporting the tool is; it can also be installed to flash disks, supports history restore, provides up to 30 rich and customized templates, and more."; fDesc[15] = "wallpaper but much, much faster. And YOU get to choose what moves on the desktop..."; 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 = '...'; } }