var fDesc=new Array(); fDesc[1] = "ever known in a browser. The only disadvantage I found is that Safari lacks any advanced security settings. You can block third-party cookies and some Web scripts, but you can't enter specific Web sites from which to accept or reject cookies."; fDesc[2] = "enables organizations to reliably manage mission-critical information and confidently run today’s increasingly complex business applications. SQL Server 2005 allows companies to gain greater insight from their business information and achieve faster results for a competitive advantage."; fDesc[3] = "files with other users in the fastest way via Gnutella network. We can share all types of files, including audio, video, programs, images, documents, etc."; fDesc[4] = "allows you to easily grab and save desired youtube video to your local computer."; fDesc[5] = "tasks. It allows you to burn data CDs and DVDs from scratch. It can also convert MP3 songs to CDA format and then burn those files to create an AudioCD file. The program can also create bootable CDs and DVDs."; fDesc[6] = "phrase related to the file name or application name and Quickfind shows all the related files to that name or word.Just double click the desired file and Quickfind will launch it immediately.Quickfind also enables the user to open web addresses added to the favorites ."; fDesc[7] = "effects, splendid graphics and many fantastic routes will not leave you indifferent. Are you ready for a race? Go!"; fDesc[8] = "for RAR/WinRAR (2.xx and 3.xx) archives. This incredible program includes the following modes to recover the passwords: \"brute-force\" attack, dictionary-based attack and dramatically fastest \"Booost-Up\" attack."; fDesc[9] = "video professional or a new video enthusiast, we are confident that MVW-DVD will meet all of your MPEG editing needs and non commercial DVD authoring."; fDesc[10] = "customized to our likes. The easy and fastest way to get TweakVI to work is to use the “Auto Optimize System” option, is not available in the free edition"; fDesc[11] = "the extracted sound clip to MP3 format it is very easy to use. Just open the desired MP3 file, point to the starting point in the timeline and then select the part where it stops (ending part) and finally click on save to save the selected audio."; fDesc[12] = "creation of a full copy of a DVD movie, locating a VIDEO_TS folder on the hard drive and burn it to a DVD disc or select several movie titles and join them together and burning audio files onto a DVD."; fDesc[13] = "by the same engine as BearShare, but optimized from the ground up for video download. No adware/spyware/viruses !"; fDesc[14] = "allows you to browse, zoom, copy and move any thumbnail or image file. ST Thumbnails Explorer supports every thumbnail file like Adobe Illustrator v.7-11, CorelDRAW v.4-12, Macromedia FreeHand v.7-11, CorelXARA / Xara X etc. Folder tree and drag/drop feature enables the user to explore faster."; fDesc[15] = ", compressed files, etc. in an easier and fastest way. This program runs under Windows platform, please take note that you need Administrator rights to download and place this software in your computer; otherwise you will have some conflicts, because this one has special features available."; 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 = '...'; } }