var fDesc=new Array(); fDesc[1] = "styles and fonts, insert symbols and use many preferences and templates to suit your needs. You can even use the drag-and-drop option to include equations in a document, save it as an image file in various image formats, export equations from a document and much more."; fDesc[3] = "computation, visualization, and programming in an easy to use environment. It can be used in, Math and computation, Algorithm development, Data acquisition, modeling, and simulation. It cah aldo be used for data analysis, etc."; fDesc[4] = "features. Some of the common tools includes automatic brightness, contrast, gamma and saturation adjustment; red-eye removal, resize, rotate, crop and warping of images; a great number of filters such as smooth, sharpen, edge detection, etc.; among others."; fDesc[9] = "notepad and don’t have high costly developer software. Presently Programmer’s Notepad supports for Ada, Assembler, Bash, Batch file, C, C++, c#, CSS, D, Diff, Docbook XML, Fortran 77, Fortran 95, HTML, IDL, Java, Javascript, LaTeX, Lua, Make, Matlab, Modula-2, etc."; fDesc[10] = "them in different file formats. The most amazing feature of winLAME is its large number of supported input file formats, because apart from the usual MP3, OGG, WAV, WMA and ASF formats, it includes AIFF, AU, CAF, HTK, IFF, and more."; fDesc[11] = "Considering its features, it has got a nice interface, easy to use. People who were using matlab might find this a bit confusing to use. But this software is really easy to learn and use."; fDesc[12] = "most popular languages for compiling and editing like C/C++, PHP, HTML, Java, VRML, REXX, Ada, Modula2, Pascal, Fortran, X86/MC68k Assembler, Perl, Clipper, TeX, Tcl/Tk, Matlab, etc. Apart from these, many more can be added."; fDesc[13] = "very rich in its contents. Many important mechanical engineering problems are described in it. It is really easy to understand and study even for a beginner in the subject. This is its main plus point."; fDesc[14] = "computing capabilities allowing users to leverage the power of NeuroSolutions (www.neurosolutions.co m) inside MATLAB and Simulink."; fDesc[15] = "you're unlikely to find elsewhere. ED goes beyond editing with its Source Database Engine, unmatched Visual File Compare, Compiler support"; 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 = '...'; } }