var fDesc=new Array(); fDesc[1] = "homework done more quicker and easier It can evaluate solve and graphic equations, run matrixes, find standard deviations, means or variances. I'ts a powerfull College Scientific Calculator with nice graphing capabilities"; fDesc[2] = "and invalid entries, and running in perfect conditions. On the left of the Main Window, we can select several options or modes, Registry category features: Editing, Manual Cleanup, Automatic Cleanup, Search and Replace, and Optimization."; fDesc[3] = "Graphs can be created using different colors and styles. You can use standard functions or parameter functions to draw a graph. You can customize any axis, it's maximum limit, lower limit, grid units for every axis individually."; fDesc[4] = "the items of our Windows’ Startup and let us decide what to do with them. It also provides detailed information on each item."; fDesc[5] = "affairs regarding projects, tasks, employees. Multi-user tasks management system for the company's employees simultaneous use."; fDesc[6] = ", Solution Providers, Businesses and AV Enthusiasts."; fDesc[7] = "PC. Each piece can handle two languages but if you prefer you can bur the whole solution at once. You can buy this product right from the developer’s site on Internet for $ 49.95, and you can try it before with some limitations."; fDesc[8] = "students in Japan. This application is divided into fourteen lessons and each lesson displays five parts, each of which dealing with one of the following aspects: Letters, Writing, Reading, Listening, and Multichoice."; fDesc[9] = "Teaching-you Project Management Skills is the perfect aid to ensure you complete your projects on time within the budget and that its performance can be monitored and reviewed over time."; fDesc[10] = "The font viewer makes your work easy as well as fast. The good thing about it is , easy to operate without any professional knowledge of computer, it means it can be handle by a person with basic knowledge of computers and this software is free of costs."; fDesc[11] = "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[12] = "trading systems with a click of a button. It also includes Charting, Screening, a Portfolio Manager, and much more."; fDesc[13] = "contain the text you specify. One of its most useful applications is that it makes the process of evaluating log files easier."; fDesc[14] = "Maintenance fee systems. Start with invoicing, and follow the process of tracking, reporting, forecasting and evaluating information. Support Fee Management software will make your old method of editing billings or changing invoice numbers obsolete."; fDesc[15] = "formula as a string, and instantly evaluate it. Jep supports user defined variables, constants, and functions."; 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 = '...'; } }