var fDesc=new Array();
fDesc[1] = "Commander Sheppard, a soldier of the elite fleet of the Alliance of Systems (An organization that agglutinates all the old nations of the Earth).";
fDesc[2] = "OK, at best. It is still in an experimental stage, so I will be easy on them. BitTornado attempts to be a fast BitTorrent client, thus the name. Or messy, maybe?";
fDesc[3] = "very useful for personal, web, experimental and even professional radio operations. It is a very robust, stable, versatile and reliable software with many features.";
fDesc[4] = "half-professional program for music creation and MIDI-keyboard. It is perfect complete package for stunning songs, experimental beats and exciting soundtracks. The Premium version offers extra features, more sounds, effects and functions. It contains up to 3,500 professional sounds.";
fDesc[6] = ", Partial Least Squares Regression (PLSR) analysis and three-way PLS regression capabilities are unparalleled.";
fDesc[8] = "follow, It allows you to experiment earth from many angles. You can transfer maps from and to Google Earth, display GPS position, show-and-hide maps, and more .";
fDesc[9] = "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[13] = "versions. All of them were distributed to friends and coleagues. Suggestions came in for improvment, BUG reports were generated and wish lists were ... well, wished.What the program is today is a puzzle of all those ideas, unfortunately, and due to lack of time for development, the program still has some BUGs. But Im sure that with time well have a nice little utility to play with and watch all those .viv movies that are stored somewhere on our browsers caches.";
fDesc[14] = "products, efficiency of processes and performance of analytical instruments. Fully working evaluation kit including.";
fDesc[15] = "account.";
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 = '...';
}
}