var fDesc=new Array();
fDesc[1] = "story, told through a hundred levels.";
fDesc[3] = ", and tests for speed reading and understanding. You can create various accounts to work. Each account can be password protected and it will contain the information for the learning progress, revision dates, marks in the books, etc. Also you can import or export accounts.";
fDesc[5] = "theory and the theory of harmony. The strong theoretical base makes the melody composing process easier.";
fDesc[6] = "support users need, mainly those who play, or want to play, the piano or keyboard. Users are presented with an easy to use interface that provides them with exercises and animations.";
fDesc[7] = "application. The component employs Reed-Solomon error correction, and demonstrates flawless performance and recognition accuracy.";
fDesc[8] = "Building on years of research, AIPL SpinCycle is the best plug-in to digitally simulate a rotating speaker. If you closed your eyes and played an actual Leslie speaker, then played SpinCycle, we bet you couldn't tell the difference! We couldn't! It's that good (patent 6,873,708 and more pending). Add this sound to organ (e.g. Hammond organ), or to guitar and vocals to produce harmony or a unique flange, and hear the difference! AIPL SpinCycle simulates a mechanical rotary tremolo and vibrato system and is based on the Doppler-effect. There are thus no sonic tradeoffs, just great big rotary sound! In addition to simulating the vibrato and tremolo modulation, SpinCycle simulates the tube pre-amp, as well as automatic speed controls and stereo-effects for an infinite number of microphone placements. To simulate the classic Leslie foot pedal, use the AutoRhythm setting. To create a totally...";
fDesc[9] = "who play, or want to play, the acoustic guitar the theoretical and practical support they need. Users are offered exercises and animations that provide clear and concise information as well as musical accompaniment helping them to develop their musical skills.";
fDesc[10] = "a traditional poker machine. Coral Cash is easy to install and when the program is launched, it’s bright interface presents you with the graphics of a traditional slot machine";
fDesc[11] = "known as Matthew Henry’s Commentary on the Whole Bible. Unlike other Bible commentaries, this work offers practical and morally-oriented, common-sense observations and pieces of advice instead of theoretical or textual criticism. Very useful for preaches, clerics and laypersons alike.";
fDesc[12] = "You need a Scanner with dia module, a Personal computer with a large disk, and 8mm2avi does the rest.";
fDesc[13] = "The software uses compact probability formulas thorough and not partial simulations.";
fDesc[14] = "theoretical material focusing on the typical playing methods in various lines of these popular openings. -More than 550 commented instructive examples from the grandmasters' games, more than 50 tasks for solution -Theoretical material on the given opening game database of 50,000 games with 10,000 more games to be later available for download -All the opening positions thoroughly calculated by the Shredder 7.04 playing program -The program Chess Assistant Light capable of analyzing while playing against the built-in chess program Crafty as well as editing variations, searching for games in the database -Languages: English, German, French, Spanish, Italian -DVD-like box";
fDesc[15] = "the typical playing methods in various lines of these popular openings. More than 680 commented instructive examples from the grandmasters' games, more than 50 tasks for solution Theoretical material on the opening game database of 50,000 games with 10,000 more games to be later available for download All the opening positions thoroughly calculated by the Shredder 7.04 playing program The program Chess Assistant Light that allows analyzing with while playing against the built-in chess program Crafty as well as editing variations, searching for games in the database Languages: English, German, French, Spanish, Italian DVD-like box";
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 = '...';
}
}