var fDesc=new Array();
fDesc[1] = "supports mpeg2 (that is, Quick time is now compatible with .mpg, .mpeg, .vob, .vro, .m2v, .m2a, .m2s). It is also compatible with a variety of audio formats like AIFF, WAV, MOV, MP4 (AAC only), CAF and AAC/ADTS. QuickTime also opens images in jpeg format and other image formats.";
fDesc[2] = ", DVD-R/RW, DVD+R and other formats (high definition videos included). The new version of PowerDVD offers many new features; for instance, True-Theater HD (which boosts up low resolution videos to higher resolutions) and True-Theater Motion which allows to increase the frame rate.";
fDesc[3] = "From your private collection of love songs to entirely homemade video clips – everything's possible! For your songs, music videos, video emails, karaoke shows, funny clips, and much more.";
fDesc[4] = "drum sounds that include rap, hip hop, rock, dance, and others. If you are a professional DJ or an amateur who enjoys creating music, you may find this tool really helpful.";
fDesc[5] = "handheld. Typical Applications include test tone generation in studios for the alignment of levels, calibration and testing of audio equipment or speakers, tuning music instruments as an accurate reference tone, demonstration of audio principles to students and more. Features Sine wave, square wave, triangular waveform, saw tooth waveform, impulse, white noise and pink noise. Supports frequencies from 1Hz to 22kHz bandwidth (subject to sound card). Multiple simultaneous tones (1 to 16 tones can be created at the same time) (useful to create harmonics). Mono or separate stereo operation (ideal to create dual tones or 'beats'). Tone Sweeps (Log or Linear). Plays tone or saves as wav file.";
fDesc[6] = "political situation between West and Middle East to come in power in a number of Asian and North African countries by military coups.The new governors of Gulf States unite in one terroristic coalition \"Sword of Asia\" and declare feud to the whole civil world.This situation allowed the terrorists to get an access to industrial and natural resources of the countries under control, that provided the vigorous growth of their military power. Federal aerocarrier of the United Europe with escort comes to the Mediterranean Sea to provide the control over sea lanes and air areas of terroristic countries. The new multi-mission fighter \"FMX-1\" is on board. The new machine has passed all the tests successfully except the last and the critical one - testament in combat conditions. You are a pilot of an ultramodern craft, and the future of the whole world is in your hands.Shootiah game is thrilling...";
fDesc[7] = "in real time using an interactive video that hides your real identity. The program includes a great variety of built-in video and audio effects and ready-to-use nickfaces/voices that allow you to express your emotions in real time.";
fDesc[8] = ", effects processor, groovebox, and much more. High quality signal processing algorithms and the 32-bit floating point precision of REAKTOR's audio engine guarantee sound quality that meets the highest demands. The steadily growing REAKTOR libraries contain hundreds of different instruments with thousands of presets for a very wide range of sound generation and audio processing applications. All instruments can be modified freely, and even building own instruments from scratch is possible.";
fDesc[9] = "popular tonewheel organ into new territory. Added flexibility in sound generation and seamless integration into the recording environment make this possibly the best organ since the original.";
fDesc[10] = "instruments, to complex, evolving atmospheres. Advanced sample mapping and the physical modeling of components helps it in this achievement.";
fDesc[11] = ", paste or delete any part of an audio file using this editor. You can also save a desired part of the audio to a new audio file and use this tool as an audio splitter too.";
fDesc[13] = "waveform, -- an array of samplings. The U_Law.class will then convert that to (or from) *.AU mu-law 8-bit encoding format.";
fDesc[14] = "oscillator and some basic vibrato, SpaceTheremin lets you choose from six different oscillator and vibrato types.";
fDesc[15] = "Counter.";
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 = '...';
}
}