var fDesc=new Array();
fDesc[1] = ", and sound in 2D or 3D space and then animating virtually any aspect of each element. You can also create text and vector graphics in After Effects using familiar Adobe tools, and then animate these elements to create visually innovative new motion graphics.";
fDesc[2] = "developer’s website. It is possible to try for free the downloadable demo version for 14 days. In fact we can play only for 7 days, leaving the rest for warming up. Most of the features are only available for the registered version.";
fDesc[3] = "play on 7 grounds: clay, grass, synthetic, 2 hards, 2 indoors. In world tour, you have 125 tournaments and the Davis Cup to play, against 300 players.";
fDesc[4] = "capable of creating new audio files (either from an external source or by using text to speech), make a frequency analysis of your sound files to detect lossy sources, and rip the tracks of your CDs. On the other hand, it not only supports WAV files, but also MP3, WMA, RAW, OGG, and others.";
fDesc[5] = ", synthetic, 2 hards, 2 indoors. In world tour, you have 125 tournaments and the Davis Cup to play, against 300 players.";
fDesc[6] = "Documents on paper are scanned and converted into text with its highly accurate OCR capabilities, while electronic files are opened and transformed into readable text on the fly. Once converted, OpenBook’s high-quality synthetic speech will read it aloud for you.";
fDesc[7] = "and a percussion synthesizer. The program has a 100% synthetic sound which is rendered in real-time. There is no need for samples whatsoever. It also features an over-sampled oscillators as well as accurate sample triggering.";
fDesc[8] = "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[9] = "will allow you to make the most of this new standard of digital talking book. Its self-voiced interface will help you navigate through the structured audio, text (when available), and Braille, of both DAISY 2.02 books and OPF package files containing a DAISY/NISO Z39.86-2002 file set.";
fDesc[10] = "images and digital photographs. It provides a highly synthetic interface that allows you to open any JPG, PNG, BMP, TIF, ICO, or GIF image file and change its size by using multiples of its original size.";
fDesc[11] = "check routers, switches and other network infrastructure and uses synthetic transactions to test your servers.";
fDesc[12] = "evolution, optimization, simulation, robotics), illustration, attractive graphical background for music, advertisement...";
fDesc[13] = "waveforms and envelopes. The timbre of each sound can be tweaked from mellow acoustic to harsh synthetic. Many new effects and an expanded sequencer for creating entire songs. Up to four instruments can be used at one time. Each instrument may use one of eight waveforms and eight sets of envelopes. Wave files can be imported into SawCutter and run through the same effects and envelopes. Complete MIDI control.";
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 = '...';
}
}