var fDesc=new Array();
fDesc[1] = "can easily be used by any user, even by a beginner. Just write the html code in the \"Design\" window and use tags from the toolbox with editing tag properties, and change the style of the text.";
fDesc[2] = "getting pregnant, keep track of menstruation cycles, childbirth and pregnancy, determine the date of childbirth, plan the future child's gender and predict further menstruation cycles.";
fDesc[3] = "safe days for love. Pregnancy calculator helps you to achieve or avoid pregnancy, or even enhance gender prediction.";
fDesc[4] = ", including linear, logarithmic, and probability scales, as well as several special purpose XY graphs and contour plots of 3D data.";
fDesc[5] = "business decisions. Reduce your analysis & simulation times by using EasyFit as a stand-alone application or with Microsoft Excel.";
fDesc[6] = "results of included lotteries based on mathematical calculations. It has a very simple interface and maintains the list of drawings with dependence on online updates and downloads for processing. It comes with a list of 100 lotteries and allows additions to the list.";
fDesc[7] = "program makes a recalculation of the parent’s date of birth which gives as a result the periods where they are more likely to conceive a boy or a girl.";
fDesc[8] = "sound.Game contains an option to adjust probability of winning or losing.";
fDesc[9] = "prevent the risks of underfunding. Apart from calculating project's totals, it performs analyses providing an Overall Cost Distribution graph and a Cumulative Probability graph - both these graphs can be printed for future reference.";
fDesc[10] = "application, handling all the Probability Combinations for you with Graphing and info. Designed for Windows - optimised for Windows XP";
fDesc[11] = "Better\" in the program. And famous \"Russian Roulette\".";
fDesc[12] = "functions to plot graph and find values for probability density, cumulative distribution (CDF), survival and Hazard functions. Download for FREE!";
fDesc[13] = "The software uses compact probability formulas thorough and not partial simulations.";
fDesc[14] = "one of 40 different probability distributions, calculate, plot and manipulate it's: probability density function (pdf), cumulative density function (cdf), survival function, hazard function, cumulative hazard function For each distribution, a point percent function (ppf) for arbitrary probability (p) can also be calculated. In addition, distribution first four moment estimates are also calculated (mean, variance, skewness, and kurtosis).";
fDesc[15] = ", and probabilities depending on the distribution parameters.";
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 = '...';
}
}