var fDesc=new Array();
fDesc[1] = "mix with other instruments for live performances or otherwise. The combination of Toontrack Solo, EZplayer Pro and EZdrummer or Superior Drummer allows the shaping of new MIDI grooves within the EZplayer pro arranger";
fDesc[2] = "Version 2.0.0 (Beta Release). Some very great functionalities and features are available in this version and the graphical interface are greatly enhanced with new and easy controls. I invite you all to experience the powerful tools and utilities along with digital image editing and processing appliance of Oriens Enhancer GOLD, all clubbed to one Software, and even great than that, it's FREE.... Some New and Hot Features in Oriens Enhancer GOLD: 1) GIF Animator Cum Frame extractor. With this feature, you can view animated GIF image format and extract all the frames (constituent images) with live preview of all the available images that make up the GIF image. There is also an image File Treeview Browse control for easy search and view of GIF image. You can play, Pause, load, Unload currently animated GIF or you can Save all the Constituent Images in one time (Batch Save). You can start...";
fDesc[3] = "functions to plot graph and find values for probability density, cumulative distribution (CDF), survival and Hazard functions. Download for FREE!";
fDesc[4] = "your favourite files, folders, shortcuts and applications. Fully skinnably and simple to use!";
fDesc[5] = "with freedb CDDBP (submit & query). LCD-like display. A built-in utility permits you to organize your discs in a local database.";
fDesc[6] = "correct time of the day and, at the same time, will let you enjoy watching the formation of an emerald right in front of you. As time passes, the emerald will continue forming and filling with green lines that will make the gem appear solid and transparent.";
fDesc[7] = ", and probabilities depending on the distribution parameters.";
fDesc[8] = "Measures resolution (MTF, LSF, edge profile), chromatic aberration and noise. Measurements are presented in graphical and numerical form.";
fDesc[10] = "frequency domain. Graphical, block oriented user interface with more than 80 basic elements. Creates time, Bode, Black-Nichols and Nyquist diagrams.";
fDesc[11] = "minimization of passwords amount for selecting on basis of any possessed or suggested information.";
fDesc[12] = "Combinatorics, probabilities, expected values, confidence intervals, data analysis, hypothesis testing and more. Free formula guide!";
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 = '...';
}
}