var fDesc=new Array(); fDesc[1] = "necessary tools and library to architects, designers, builders to design, document and construct their modeling projects. It features bi-directional association, material takeoff, parametric components, design options and visualization, etc."; fDesc[2] = "advanced statistical tests. It includes expanded parametric hypothesis testing tools, expanded nonparametric hypothesis testing tools, survival analysis tools, ROC curves and expanded descriptive statistics tools."; fDesc[3] = "mind to enable them to create 2D drawings by providing them with all the tools they need and to provide them with a 3D authoring and modeling features and tools."; fDesc[4] = "random from any race, gender and adult age group,easily create a face from one or more photographs,edit faces by just clicking and dragging & with over 150 powerful parametric controls,from race morphing the whole face to tweaking the nose shape, Choose between different mesh structures and UV layouts and more.Instantly apply animation morphs and accessory models.Export texture maps to JPEG, BMP, TGA or TIFF,choose a default scale, rotation and translation for all exports."; fDesc[5] = "coordinate plane automatically. It is highly useful for students and for scientific work. It supports a multilingual interface; many languages are included with the installation package and others can be easily downloaded."; fDesc[6] = "primary goal.MathGV is an application that will allow you to plot mathematical complex expressions in four different styles of coordinated spaces: two dimensional functions, polar, parametric, and 3 dimensional functions."; fDesc[8] = "These features make it an ideal tool to be used in live shows. The software has two compressors with VCA and the OPTP models and it uses two four band parametric equalizers with five different filter types."; fDesc[9] = "expressions using user defined functions and variables. Sicyon Lite Calculator has a program mode permitting the user to execute VB scripts in the main window, and comes with a resourceful board browser, and capabilities to tabulate functions in the parametric mode."; fDesc[10] = "filter and customizable shape. Included in the software are 3 filters. There is a low shelf filter, a high shelf filter and a boost/cut peak filter. Also included is its wide range gain (+/- 40dB per Band) and bandwith (.01 to 5 Octave) which makes it very versatile to create any filter shape."; fDesc[11] = "low band. It is highly versatile Equalizer meant for upgrading the simplified ones. The package comes with features like five parametric design with selectable shelf for the lowest and the highest bad and with low and high cut filters."; fDesc[12] = "package of tools that you can use to improve your tracks and get them to be the best they can possibly be. The program has many features that enable you to perform many actions and the possibilities are almost endless."; fDesc[13] = "mathematician. Using this program you can plot graphs of the following types: Y(x), X(y), R(a) – in polar coordinates, X(t) and Y(t) – parametric equations and graphs of tables."; fDesc[14] = "curve fitting process for you in a single step with its built-in equations, enabling you to find the ideal model for your 2D data. TableCurve 2D includes equations from single linear to high order Chebyshev polynomials for data modeling and critical research."; fDesc[15] = "quality graphs, which can be added to any word document. It enables you to draw different types of graphs, including cartesian, inverse, conic, implicitly defined, polar and parametric graphs."; 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 = '...'; } }