var fDesc=new Array(); fDesc[1] = ", virus, trojan, dialer, etc. we have installed in our computer without our permission. It can search for malware in the entire computer or just in the specified file, folder, drive, removable or external devices."; fDesc[2] = "the most popular audio formats, such as WAV, OGG Vorbis, MP3, MP2, Microsoft ADPCM, WMA, VOX, AAC, M4A, AMR, and more."; fDesc[3] = "folder on your computer. You can type in a search filter to limit what files and folders are displayed. Everything only uses file and folder names and takes a few seconds to build its database. 1,000,000 files will take about 1 minute."; fDesc[4] = "an option for Date view also. Time format can be changed to 12 or 24 hours (AM-PM) It also offers the Time synchronization with the Atomic clock standard."; fDesc[5] = "minute rate on your keyboard. Now you can improve your typing speed and accuracy level by practicing texts. By default it comes with many test texts but you can type your own text and include the same in the default texts."; fDesc[6] = "create your very own created photo cards for different purposes from announcements to invitation card from holiday cards to greeting cards. You can use these cards for any purpose as you want. Using and creating a card by Photo card maker is very easy."; fDesc[7] = "increasing browsing speed. Surf the web Faster! This amazing software increases web speed 300%. Download it, install it and in 1 minute speeds your Internet up with one click!"; fDesc[8] = "system for fast processing. You can fix all the problems related to Firefox, Excel, Explorer, Internet Explorer, Media Player, Security, Networking, Performance, Startup, Services and Word in single click."; fDesc[9] = "multithreaded, so on fast machines you can scan many computers at once."; fDesc[10] = "exact BPM (beats per minute) of any song."; fDesc[11] = "button scanner does the rest. Get fast, easy operation from a duplexing automatic document feeder that holds up to 50 pages and scans at speeds up to 8 pages per minute and 4 images per minute. Features: Scan slides and negatives with adapter, plus scan books, documents, 3-D objects, and more. Scan, copy, print, e-mail, and more many features available using one-touch buttons. Choose copy quantity, settings, and more using convenient copy center buttons. Unattended two-sided, multi-page scanning with included automatic document feeder. Scan documents with existing data management systems or included software. High resolution scanning at 2400 dpi optical resolution and 48-bit color."; fDesc[12] = "clothing to them, get paid, and do some cleaning when there are no customers in the shop. You can try this game for 60 minutes before you buy the licensed version."; fDesc[13] = "Lite counts the beats per minute of every music file and adjusts to mix the music, the music mix is automatic and there are certain values that can be configured to make the mix without distortions and with a great quality in the mix."; fDesc[14] = "Making the rhythms or create a harmonious music sequence? Make your task easier by instantly seeing the tune's number of beats per minute (BPM)!"; fDesc[15] = "the form of a self-bootable CD, and features impressive speed of up to 2GB per minute and offers support to IDE/SATA as hardware."; 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 = '...'; } }