var fDesc=new Array(); fDesc[1] = "CorelDraw, the main application for vector design and layout; Corel Photo-Paint for image editing;Corel Capture, a screen-capture utility; ConceptShare, a collaboration service; and the Bitstream Font Navigator."; fDesc[2] = "(e.g. red eye) or get creative. Use for web, email, or print. Photoshop plugins, animation, and much more. FREE. Registration required."; fDesc[3] = ", ISDN, Mobile, Filesharing (P2P), Online Games, VoIP, Streaming Media, free configurable Prioritization and Tuning"; fDesc[4] = "mix with other instruments for live performances or otherwise. The combination of Toontrack Solo, EZplayer Pro and EZdrummer or Superior Drummer allows the shaping of new MIDI grooves within the EZplayer pro arranger"; fDesc[5] = "shaper, URL filtering, Bridging, Redirection, NAT and traffic statistics software for the Microsoft Windows."; fDesc[6] = "tunneling servers, bypassing restrictive firewalls, proxy servers, and packet shaping ISPs. It is ideal for games that connect to the internet protected by GameGuard anti-cheat system. It needs PingFu Iris or PingFu UDP to work, depending on the protocol of the application."; fDesc[7] = "netlists or pay extra for autorouting? Introducing Electronic Design Studio 3, integrated EDA with built in simulation, autorouting and now available with new Desk Top Manufacture (DTM). Heirachial schematics. Project Navigator. Integrated SPICE/XSPICE simulation PCB Design with Viper II Autorouter CADCAM & Desk Top Manufacture (DTM) Active shape based copper pour zones. Realtime DRC, online connectivity. Advanced Polyblend and shaping tools. Totally customisable user interface. XP look!"; fDesc[8] = "kind are provided for detailed operation of waveforms and for shaping the sound as you may demand. The oscillators can sawtooth, triangle and square wave forms where as the multi-mode filters"; fDesc[9] = "traffic by limiting the data rates of all traffic flowing through your server. No client software needed."; fDesc[10] = "interface. It supports drag & drop from windows explorer. Many advanced options are included to optimize the sound quality or file size of the generated mp3 files. The options include fixed-bitrate, Variable Bitrate (VBR), noise shaping, ID3 tags, etc."; fDesc[11] = "letting you see just how much of it is actually utilized at any given time. Other useful features are: software router, etc."; fDesc[13] = "the LAME executable with RazorLAME interface or you can use the DLL with another software (AudioGrabber, CDEx etc). I prefer the combination CDEx or AudioGrabber + LAME DLL. In the archive are included both: exe and DLL. Many improvements in quality in speed over ISO reference software. MPEG1,2 and 2.5 layer III encoding. CBR (constant bitrate) and two types of variable bitrate, VBR and ABR. Encoding engine can be compiled as a shared library (Linux/UNIX), DLL or ACM codec (Windows). Free format encoding and decoding GPSYCHO: a GPL'd psycho acoustic and noise shaping model. Powerfull and easy to use presets. Quality is comparable to FhG encoding engines and substantially better than most other encoders. Fast! Encodes faster than real time on a PII 266 at highest quality mode."; fDesc[15] = "Using multiple algorithms, INTAKT automatically syncs to tempo, while an outstanding library of loops from Zero-G and East West provides sample source material for nearly any musical style. Naturally, INTAKT provides a wealth of sound shaping options, including a first-class multimode filter, an envelope follower, two LFOs, effects, and more."; 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 = '...'; } }