var fDesc=new Array(); fDesc[1] = "Using WinFlashs built-in editing, browsing and viewing capabilities, users can construct anything from simple, text-only, decks for a quick pre-quiz review to complex, multi-media, computer-based-trainin g applications for corporate use."; fDesc[2] = "commercial. Metacafe Pro 1.2 is a program to let you access that material directly, without a browser, with some addons."; fDesc[3] = "single PDF. It increases the convenience of document delivery by having a single PDF that contains material from different sources. One mouse click is enough to send the PDFs through your default email program."; fDesc[4] = ", leaflets, certificates, holidays and invitation postcards, and more. This software has a very easy and interactive interface. Now you don’t need to spend much time on this work, it will take just several minutes to prepare all the material you need."; fDesc[5] = "necessary tools and library to architects, designers, builders to design, document and construct their modeling projects. It features bi-directional association, material takeoff, parametric components, design options and visualization, etc."; fDesc[6] = "applications alike. The tool is full of features which help to take it to the ranking software in this industry. The main feature is the Core Architecture."; fDesc[7] = "of monophonic audio files (from, for example, singers, wind or string instruments) and offers the opportunity to change whole melodies in a way only previously possible at MIDI-Level.Melodyne is able to change the musical parameters of voices or instruments without any actual influence on the character of the recording. Melodyne extracts the pitch and the rhythm, and provides an area in which to play with the audio material. Any change in this material is interpreted by the software in a musically intelligent manner and the result will always sound natural. Working with Melodyne is as easy as editing notes with MIDI."; fDesc[8] = "featuring unlimited editing options. It's easy to use and follows three simple steps: Download and record, Arrange and edit, and Export and use. You can try this application for a period of 7 days expandable to 30 days."; fDesc[9] = "provided by nDAC. The Navigraph nDAC 3.0 is a comprehensive package meant for the flight-sim community. You need to just download nDAC install become a member and start browsing all the airfields, download the ones you need, take prints and start flying."; fDesc[10] = "tracks and MP3s. Digital cleaning features remove everything from light cloudiness to the worst sound abominations on noise-filled tapes, scratched records, and on MP3s that have been compressed to death."; fDesc[11] = "then later be used as raw material for Electronic Voice Phenomena sessions. You can then build your own EVP session by using as many sound samples as you wish and typing in specific questions to be answered by paranormal voices."; fDesc[12] = "introduction to Visual Web Developer 2005 Express Edition, and is oriented to people interested in designing and building ASP.NET Web sites. Besides the lessons, the course offers this additional material consisting of 2 ready-to-print documents to have on the desk when you take the lessons."; fDesc[13] = "be stable and should not fall down because when they fall down, you loose. Many times you will get very useless material from the provider, but that is not a problem, the problem arise when you rid out of material, then you have a serious problem to be solved."; fDesc[14] = "data of the length, shape and material type of the track. Output is in Ohms for the described trace. This utility is helpful when series loss has to be taken care of and you need to calculate in fine geometries."; 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 = '...'; } }