var fDesc=new Array(); fDesc[1] = "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[3] = "easy to use. There are not much confusing stuff that only professional audio editors need. We can easily record audio from any input source like microphone. The memory requirements are less and the program is quite fast in encoding and decoding. noise reduction, audio enhancements are features."; fDesc[4] = "difficulties and in no time. The process is very easy just choose a picture you want and add it to Poster Forge then start creating a poster. Having this program installed on your PC you can play your friends or make them interesting presents."; fDesc[5] = ", voice remover, voice extractor, audio wave editor for remix and medley, MP3 converter, CD ripper, CD-DVD burner, CD-DVD cover creator"; fDesc[6] = "diverse feature set is perfect for audio and broadcast production, multimedia and Internet content development, remixing, and sound design."; fDesc[7] = "other plug-in presets. The enhanced Preset Manager is now a standalone application that you can use to back up, transfer, and delete user-defined effects presets for ACID, Sound Forge, and Vegas software. Using this software you can save time in accessing most commonly used settings."; fDesc[8] = ", frames and more. The key features of Filter Forge include a visual filter editor and a free online filter library."; fDesc[9] = "Internet. As every other Filter Forge freepack, it allows you to generate textures, enhace photos, process images and create visual effects. By using this application, you will be able to configure some advanced settings such as image contrast, vignetting, grain, photo damage, size, variation and more."; fDesc[10] = "hardwired input and output. Thus, you can record and process output of almost any audio application by almost any other audio application."; fDesc[11] = "them. Once you install the program, you can set it to be added on Corel Photo Paint and use it directly from it. If you choose to add it as a plug-in in Corel, you will find the application in the effects menu."; fDesc[12] = "and friends, but also as educational tools for teachers and educators. Program's support for special characters makes it possible to create puzzles in a number of languages such as Chinese, Japanese, Arabic, etc."; fDesc[13] = "the card gaming environment into the online world. Although many elements are there, the game somehow seems a bit flawed to some. If you are a card gamer, then this can be a good choice for you. If you are not, maybe you can stick to another game to start."; fDesc[14] = "launched directly from Corel Photo-Paint. All you need to do to start using the application, is to go to the effects menu on Corel and then click on the Filter Forge button."; fDesc[15] = "master professional-quality audio on your home computer. Record live instruments and vocals, edit and restore audio, apply studio-quality effects, and convert files with lightning speed. You can even create your own karaoke tracks with the Vocal Eraser tool. Best of all, Sound Forge Audio Studio software is easy to use. With a few basic commands such as cut, copy, and paste, you can produce high-fidelity audio on your PC."; 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 = '...'; } }