var fDesc=new Array();
fDesc[1] = "converts the PC into a great stereo system by adjusting several settings to arrange the environment and simulate an audio studio. It enhances the sound quality of MP3, Windows Media, Internet, radio and many other music files.";
fDesc[2] = "long time unattended recording and you don't miss the start of a song or sound. It can record any sound playing through or any signal connected to your sound card to MP3 and WAV format. To control the recording process Steady Recorder displays a sound waveform and its spectrum in real-time. With the selection tool you can easy navigate throughout the recorded sound, play, select and save any portion of a waveform. General features: Support simultaneous recording, playback and saving. Delayed selection and saving of the recorded waveform is enable. Fast control of available recording and playback audio devices. Recording tool features: Real-time a sound waveform and spectrum monitoring. Peak indicator with sound clipping detection. Very little usage of the computer processor.";
fDesc[3] = "available for free downloading. We can save our progress and continue playing whenever we want, without having to play a game all over from the very beginning. Spectaculator emulates all major ZX platforms, among which are Spectrum 48K and 128K, Pentagon 128 and Scorpion 256.";
fDesc[4] = "a spectrum analyzer scope display in real time for any sound source connected to your sound card. Version 4.2.0 replaces 4.1.2 and adds useful new features including spectrum averaging for noise reduction and more flexible scanning and recording capabilities.Spectrogr am is ideal for any purpose related to sound spectrum analysis including analysis and identification of biological sounds, analysis and identification of human speech, analysis of musical performances, tuning of musical instruments, evaluation and calibration of home audio systems, and HAM radio audio reception and tuning.";
fDesc[5] = "computers that enables users to play the game on more modern PCs. This new version of Westbang 1.2 has an animated introduction and players have to take on the role of a nameless legendary character and guide the character through 25 missions";
fDesc[6] = "components sound is built on, and allows them to manipulate that sound and its components in a musical way. The program analysis any sample input into two components, i.e. up to 512 sine tracks for the partial components and the residual spectrum for the noise components";
fDesc[7] = "including “spectrum synthesis”. Users will benefit from this new versions improvements which include a “free running” envelope mode and a stereo mode to its Distortion Effect feature.";
fDesc[8] = "SpectraPLUS is the answer for you. SpectraPLUS will allow you to create complex audio signal analysis without the use of any other hardware other than your Windows compatible sound card.";
fDesc[9] = "room measurement, loudspeaker Frequency Response analysis. Designed for acoustical technicians, sound engineers, scientists and students.";
fDesc[10] = "obsolete ZX Spectrum platform and other older computers, providing players with the opportunity to experience the retro-style graphics of ZX Spectrum on their modern computers.";
fDesc[11] = "identification, analysis and forecast of the time series structure. The program can be applied to multivariate analysis.";
fDesc[12] = "Counter.";
fDesc[13] = "spectrum graphic equalizer analysis";
fDesc[15] = "pre-trigger and post-trigger which are generally missing from other sound card based instruments. It is a part of VIRTINS Multi-Instrument.";
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 = '...';
}
}