var fDesc=new Array(); fDesc[1] = "nice, easy and intuitive interface will help you manage all kind of text formats and programming languages such as HTML, PHP, Java, Perl, Javascript."; fDesc[2] = "for keyboard,create hotkeys for any application ,it means you can run any application using any two or desired key combination.AutoHotKey can create hotkeys for every input device like keyboard,mouse,joystic k or any hand held remote controls."; fDesc[3] = "tabbed interface. Search files, strip HTML tags and format text quickly. Use macros and collect text clips automatically on a paste board."; fDesc[5] = "program. Dozens of wizards are available to help you create the macros that will automate common computer tasks."; fDesc[6] = "reliability. Simple, intuitive, user-friendly. Just record & replay. Macro recorder & Macro program."; fDesc[7] = "washer will avoid system and application crashes, assigning memory dynamically to running processes and startup programs. If you are executing applications or macros that consume all of you system’s available memory, you might want to try this software."; fDesc[8] = "documents and more"; fDesc[9] = "complex and repetitive tasks. The program includes a macro editor that enables you to create any type of macros as well as programming in a simple way."; fDesc[10] = "\"Autocomplete\" function suggests tags and attributes. The “Tool box” has templates and page/site wizards. You can open a document from the web directly and save it to the hard drive, quickly insert images, utilize macros for certain text that you use more often, and etc."; fDesc[11] = "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[12] = "tasks without any programming. The program comes in multiple version including Standard, Premier, Enterprise and Server, which offer different functionalities to different type of businesses."; fDesc[14] = "You'll always have your favorite Web data on hand and up-to-date in a customisable dashboard."; 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 = '...'; } }