var fDesc=new Array(); fDesc[1] = "\"these expressions\" in our computer, making a single call from our computer to others. This software called Microsoft Life Cam version 2.4 is a single program which works with several kind of cameras and of course we can enjoy and talk in a video-conference way."; fDesc[2] = "It includes templates and tutorials to help you do your homework in Microsoft Office. Includes Microsoft Math for doing mathematical calculations including solving equations and plotting graphs, calculus, etc. Dictionary and Thesaurus helps learn foreign languages too."; fDesc[3] = "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[4] = "snap. This version features several improvements and bug fixes. Several improvements have been made regarding template instances editing, including Enter key, transformations, contextual menus and some other."; fDesc[5] = "approach. Taking a lot from Firefox and the like, XYplorer adds a tabbed interface to the everyday use of file managers. Thus, you don't have to scroll through tens of windows to find the one that you know is somewhere."; fDesc[6] = "viewing right from .jpeg, .gif, .ico, .bmp, .tif, .png, .wmf, .tiff, .emf, .pcx, down to .tga, along with Adobe Photoshop(.psd), text editing options, web contents (HTML) browsing, hex viewing, and loads of other features."; fDesc[7] = "complex regular expressions just by selecting its different components from a menu. Then, you can test the created expressions entering values to them. The program will also assist you in creating a replacement string for a given expression."; fDesc[8] = "The application accepts wildcard symbols as *.txt and supports multiple types for search when separated by ; (semicolon).In addition, advanced searches and replacements can be accomplish by the use of regular expressions."; fDesc[9] = "strings used in almost any programming language). This application is intended for programmers, especially for beginners to improve their programming skills, who have problems when interpreting and formulating strings."; fDesc[10] = "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[11] = "expressions to include in digital documents and texts. It’s pretty similar to the equations editor included in Microsoft Word, only a little more sophisticated and complete."; fDesc[12] = "1.0 comes with astonishing capabilities in form of a geometry software package that allows the user to interact with any figure numerically as well as symbolically, rather than just dealing with its dimensions alone."; fDesc[13] = "tool to get the solution of mathematical expressions of any kind. One great advantage of this program over other options alike is that this one keeps things as simple as they can be."; fDesc[14] = "be made by the 'Search and Replace' options filtered by wildcards and Regular Expressions. You simply have to specify a search pattern, optionally using a regular expression, and a replacement format, then let it run and it will do the rest itself."; fDesc[15] = "for testing online regular expressions. The Regulator offers the option of customizing things for adding own items. This application makes up for the lack of regular expression support in Visual Studio, and it’s an awesome standalone application."; 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 = '...'; } }