var fDesc=new Array(); fDesc[1] = ", fast and quite simple to use software, what makes of it the perfect application for everyone. It's freeware, but the license is free only but non-commercial use."; fDesc[2] = "applications and standards-based Web sites Designing Web pages in conditions equivalent to a real browser, without losing direct access to the code, thanks to the new Vista feature live Dreamweaver CS4."; fDesc[3] = ", DVD-RWs, DVD+Rs, DVD+RWs, DVD+R Dual Layer and DVD-RAM. The program is itself pretty small and does not suck your system's resources as other burning applications do."; fDesc[4] = "artists. It contains many features that make it easier to create music, like chord diagrams, fretboard and keyboard interfaces and tablatures. It is ideal for beginners as well as for professional musicians."; fDesc[5] = "effects for the manipulation of audio. This application is ideal to handle audio recording, audio editing, effects processing and media encoding. Users can combine Sound Forge with any Windows-compatible sound card to create, record, and edit audio files."; fDesc[6] = "also convert from audio file formats and export them to MP3. It also has the ability to cut the output music file."; fDesc[7] = "vector and raster images, so you can quickly mock up designs, or leverage assets created in other Adobe's applications. This version features a number of new Auto Shapes that you can drag onto your layout which randomly generate a new shape each time you click on it."; fDesc[8] = "perfectly with realistic water and soothing music Koi Fish 3D Screensaver is the ideal door to a world of immense calm and relaxation, where you can escape from the daily worries at least during those precious moments of your break."; fDesc[9] = "processing. It provides you with all you need to record, mix and edit your own music in professional quality. Using the loops you can create license music. Acid Music Studio 7 is ideal for anyone who's ever thought about producing music."; fDesc[10] = "pre-designed templates, in addition to being able to put your cards water marks, bar codes, etc, also has the sizes set by this class cards but if you wish, you can change it."; fDesc[11] = "computer hard drive or to blank discs. The program works with a very fast speed and it does it with a high level of quality. This efficient application allows you to copy an entire DVD or to copy just the episodes you select from your DVDs."; fDesc[12] = "popular formats to be used on your iPod, iPhone, PSP and so on. As the name suggests this is a handy and easy to use tool for all your media conversion and transferring needs."; fDesc[13] = "the files without needing to insert a CD everytime you want to watch them. The AVI format is supported by almost all Movie players. The program is extremely easy to use."; fDesc[14] = "format with high video quality and fast speed. This incredible program enables you to convert any DVD to iPod format, including copy-protected and all regions DVDs, so you don't need to use any other DVD"; fDesc[15] = "movie files and AVI files into PSP compatible format. Thanks to this application, you will be able to extract your favorite video clips directly to your PSP Player."; 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 = '...'; } }