var fDesc=new Array(); fDesc[1] = "connected to an audio system to deliver sound in an event. Traktor DJ Studio 3.3.2.060 can add effects to the music, mix the tracks, do scratching, and lots of other effects."; fDesc[2] = "mixing process. Herewith you can edit your mix as you wish using different tools and effects using VST plugins. Use all your creativity."; fDesc[3] = "audio. Designed as a modular system, the main application provides a mixing console, while the audio sequencer and the live audio input are loaded as separate Plug-Ins."; fDesc[4] = "as Microsoft Office maintaning their original layout, open existing PDF files, send PDF documents as attached files by email, set passwords to insure documents privacy, print any document, add watermarks, compress files, merge or split documents, etc."; fDesc[5] = "PosteRazor cuts the image in pieces and saves it as a multipage PDF document. PosteRazor 1.5 can be installed and run in German, English, Spanish, French, Italian, Dutch and Portuguese."; fDesc[6] = "effects to your photos. Within the application you will find a wide set of useful effects like: Rotate to left or right, fix red eye, enhanced color, denoise, deblur, make up, lighting, straighten, resample and crop."; fDesc[7] = "turntables, that can be played simultaneously, with different tracks. These tracks will be MP3 recorded in any drive. The two turntables will have individual controls, and you will be able to mix the sounds from both in a central mixer."; fDesc[8] = "will be able to cut and trim large mp3 files with multiple options, as well as join small pieces of an mp3 files to a single one. The program features an intuitive but not very attractive user interface."; fDesc[9] = "files. The program will allow you to split large Mp3 files into smaller pieces by just clicking on a few buttons. Using this software, you will also be able to join different Mp3 files into a bigger file so that you can listen to all your songs or audio files at once."; fDesc[10] = "panoramas made by this program are of high quality. The user can create panoramic pictures with horizontal, vertical or 360° views and the program also compensates for geometry and minimizes errors due to moving objects in the picture."; fDesc[11] = "circuit with component values and displaying the frequency response. It has a filter wizard to design a filter step by step by selecting: type of filter, frequency (Hz), attenuation (dB) and approximation. Also you can design analog to digital converters."; fDesc[13] = "various files. MapPoint 2006, .NET Framework 2.0 (or later), and Windows XP or Vista required."; fDesc[14] = ", Artistic Colorizing, Tools, optimizers etc. It is one of the best alternative to expensive and complex and expensive image editors like Adobe Photoshop. It supports more than 56 popular Image Formats for Reading and support 21 Popular Image Formats for Writing with different dithers settings and color maps to bring the best possible color combination. With arrays of Filters, Effects and Artistic Colorizing options, Images can be refined to give a more holistic ingredients. You can adjust size, canvas, rotate, flip, crop, resample, anti-alias, morphing, transparency etc and it also support multiple Image Documents. RahmanImager supports full layer capability with optional transparency and various text effects. Layer implementation comes in two forms, as text (Shadow Text, 3D Text, Style Text) and as image. Save layers information as Rahman Layer Format (*.RLF) for future reference and..."; fDesc[15] = "other windows to overlap it."; 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 = '...'; } }