var fDesc=new Array();
fDesc[1] = "confection company. You must help her to build a new cocoa corporation and regain control of Baumeister Confections, searching the world for exclusive recipes, helpful hints, and secret ingredients to mix into rich new recipes in your tasting lab.";
fDesc[2] = "In Adventure mode you´ll help Felicia Blue, an undercover secret agent posing as a professional UNO® player to track down spies, foil their evil plots and regain her former glory by winning the UNO® World Tournament.";
fDesc[3] = "nowadays situation, terrorism and political plots seems to be in the developers vision, as well as by its impressive playability. Plot: The story of this game takes the action in the near future.";
fDesc[4] = ", including linear, logarithmic, and probability scales, as well as several special purpose XY graphs and contour plots of 3D data.";
fDesc[5] = "need to have some special statistics knowledge. The main difference from similar applications is that Statgraphics Centurion can make recalculations automatically when the input data or calculation parameters are changed.";
fDesc[6] = "parameters to data with up to 20 independent variables. Define your own equations or choose from over 600 pre-defined equations.";
fDesc[7] = "perfect for high school and college math students. This utility is feature rich and comprehensive. It plots 2D graphs with comfortable navigation, and it is well suited for math students.";
fDesc[8] = "last minute changes or rework. Use WYSIWYG to create and output scaled lighting plots and lighting paperwork including fixture schedules, hookups, pipe tapes, colour and gobo lists.";
fDesc[9] = "coupled non-linear algebraic equations. ESS can also be used to solve initial value differential equations, do linear and non-linear regression, unit conversion, unit consistency checking, optimization, and uncertainty analysis, and produce publication-quality plots.";
fDesc[10] = "can be saved in ASCII format, ready to use in other applications. Can read most image formats (gif, png, tiff,bmp).";
fDesc[11] = "easy to use. Converted data can be exported in different formats. The program also has tools for automating curves selection, inserting intermediate points, recalibrating y axis independently. Plot Digitizer is multiplatform.";
fDesc[12] = "convert hard copy graphs, plots and charts. This efficient software enables you to digitize graphs, charts and plots using automated methods such as luminosity recognition and color recognition.";
fDesc[13] = ", chains, meters, yards, inches, fathoms, hands, spans or furlongs. Can auto-close a plot drawing if the final plot segment is missing. Can split a plot into multiple plots. Multiple layers. Curves. GPS Waypoints. And more.";
fDesc[14] = "application for you. Your data can be copied and pasted from external spreadsheets or tables displayed in a map or even from GIS map databases. The program allows you to plot your data as great circles, beta intersections or as point symbols";
fDesc[15] = "data. View the changing graphs, including linear and non linear regression, interpolation, differentiation and integration, during entering.";
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 = '...';
}
}