var fDesc=new Array(); fDesc[1] = "basic text editor. Editpad Lite contains a tabbed interface from where you can quicky switch among open files by clicking on their tabs.The tabbed interface also helps in reducing unnecessary cluttering on the workspace."; fDesc[2] = ", there are many other uses for it, screencasting being the most notable of them. Debut allows you to record your screen as if you were recording a webcam feed."; fDesc[3] = "directly from the local user PC or downloaded from video sharing web sites, typing the corresponding video URL on the URL input box, and downloading those from web sites. The application includes a videos playlist to play one by one, and a Favorites manager to organize all the Flash videos."; fDesc[4] = "introduced with a number of improvements, which includes a list of new features, bug fixes, a number of new parameters, functions, methods, extensions, classes, INI configuration Directives and also security enhancements."; fDesc[5] = "video editions without recompressing or re-encoding the video. Although it is not at a professional level, it is more than acceptable for the needs of an ordinary user. It is especially designed for cutting parts of the video with support for multiple video formats."; fDesc[6] = "as filling in familiar checks, invoices, and forms onscreen. Get all the features of QuickBooks: Basic, like easily pay bills, print checks, track expenses and much more. Customize 100+ pre-designed forms to create a unique look. Exchange data with Microsoft Excel and more than 325 other software applications. Track employee time and job costs. Create reports comparing estimated costs to actuals."; fDesc[7] = "capturing the audio microphones for acoustic instruments, and by input line for electric instruments. The use of this application is very simple and you will take advantage of it immediately."; fDesc[8] = "resource such as Midi, MP3, WAV, WMA, RM, OGG,VQF, CD, DVD, MPEG, AVI, MOV, GAME, FLASH, Streaming Audio on Internet..."; fDesc[9] = "sound, such as your favorite song, a soundtrack from your favorite movie, your friends' voices, your kids laugh, your cat , etc."; fDesc[10] = "program just a video joiner because you can change the output video format to AVI, MP4, 3GP, MPEG, WMV, VOB - and this way you can use the program as video converter too."; fDesc[11] = "from all popular video and audio formats. The interface of the program is pretty simple. First, you´ll have to select an audio or video input file to work on. Then, you must choose which format you want to convert to that file and choose where to save the converted file."; fDesc[12] = "TV from the Internet. DScaler requires supported equipment to even start. You need either a supported video capture device or a webcam that can handle lots of operations."; fDesc[13] = "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[14] = "reads the 9 or 8 bits input raw image data (RGB Bayer pattern) from an image device and outputs through a USB port into the PC. This chip includes three individual digital color gains setting (named R, G, B gains), image compression engine, offset compensation, hardware windowing with random image size selection, panning and scaling functions and audio input interface."; fDesc[15] = "between the input signal and the luminance of a monitor. The usual values for gamma level are between 1.4 and 3.2, being 2.2 the most standard value."; fDesc[16] = "exact solution quickly.. You can input the cards that each player has discarded, the cards on the board and the dead cards. Then, if you press the \"Evaluate\" button, you will get an Output in the lower end of the window."; fDesc[17] = "matter if you are listening to your favorite on-line radio, your audio CDs, or if you want to record your voice by using your microphone. With this versatile program you can do it easily."; fDesc[18] = "remember those passwords since Windows stores those for easing the login operations, in programs such as FTP or email client. Because of the security rules Windows applies, when entering a password, the input box only shows asterisks."; fDesc[19] = "version of the book (both the text and the reader) that can then be opened on mobile phones and other portable devices as long as they are Java ME-enabled. The supported input formats range from MS Office to OpenOffice files, and include PDF, HTML, and XML."; fDesc[20] = "since Windows stores those for login operations (in programs such as FTP or email). Because of the security rules Windows applies, when entering a password, the input box only shows asterisks. Same as when Windows fills in automatically the password input box."; 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 = '...'; } }