var fDesc=new Array(); fDesc[1] = "computer. NetLimiter acts like a firewall, but besides allows you specify which application can access internet, you can also specify how much bandwith will consume each application or the overall bandwith."; fDesc[2] = "network connections made in your PC (local and from Internet), arranged in a per-application basis, and also you can limit the bandwidth usage for each one of them."; fDesc[3] = "sessions. The Bomb Factory BF76 (formerly, Bomb Factory 1176) offers you the world-class compressor/limiter capabilities of the classic 1176 Peak Limiter, while the BF Essentials provide a set of time-saving, trouble-solving, mixing studio utilities"; fDesc[4] = "service based on built-in prioritized rules. With this you can specify a bandwidth limit for each user."; fDesc[6] = "authentication technique or FAT which helps in double sampled processing. It also features a dis-engageable brick wall limiting along with a semi-automated release mode."; fDesc[7] = "a firewall, but besides let you specify which application can access internet you can also specify how much bandwith will consume each application or the overall bandwith."; fDesc[8] = "as a standalone application. Oxe FM Synth features a multitimbral (16 MIDI channels), 8 operators (6 oscillators, 1 noise generator/limiter and 1 filter) all with envelope capabilities, 1 LFO per channel, Modulation matrix with self-modulation, global reverb and delay."; fDesc[9] = "limiter, bandwidth priority, packet capture popup killer."; fDesc[10] = "accessed from host applications which support DirectX or VST. It supports 8, 16, 24 and 32 bit sample format within the pack. The processing that is done internally use 32 bit floating point. There are five plug-in in the pack."; fDesc[11] = "simulate slow TCP/IP connections. It represents a very useful and reliable tool to see, for instance, how long a website have to load on slow connections."; fDesc[12] = "that enables them to produce masters of high accuracy and quality. Up to 20 files can be uploaded at the same time, and changes to them can be made in batch, in real time."; fDesc[13] = "ear. This permits rising the main volume of the sound file considerably without causing clipping or distortion! Peak Limiter enhances single sound samples, fully arranged music recordings and digitized speech."; fDesc[14] = "Powerful DSP algorithms realize a multiband compressor-expander-li miter. The multiband processor ouput is further processed by a two band limiter. The preemphasis generator makes your signal ready to be connected to a stereo coder and broadcasted in the FM band. It is also a perfect choice for DAB diffusion, internet streaming, or simply listening to the music. Features: - Multiband Compressor-Expander-Li miter - Center frequencies B1=170Hz, B2=1000Hz, B3=3200,B4=7200,B5=120 00 - Gated AGC - Stereo expander - Dual band output limiter / compressor / clipper - Bass Equalizer - Built in preemphasis 50-75uS generator and lowpass antialias filter"; fDesc[15] = "the Input and Output , Mixer Play List (use it like Windows Media Player)"; 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 = '...'; } }