var fDesc=new Array(); fDesc[1] = "use commonly in a categorized list. You will be able to recall a whole word or a phrase by typing only a few letters. This way you will reduce the time and effort employed when writing letters, emails or any type of documents."; fDesc[2] = "variety of different tasks. So JavaScript FH plus can also be thought of as an ultimate source for Java Scripts. The program contains 170 finished Java Scripts, with every java effects you can think of."; fDesc[3] = "emoticons in them. You just place the cursor where you want to insert the emoticon, and then click over the image of your choice. PostSmile places your emoticon at the selected site. It can handle with the same ability photographs, quotations, and customized signatures."; fDesc[4] = "Auto-completion, Built-in debugger, Code snippets, Tons of Samples scripts, Object browser, WMI code generator"; fDesc[5] = "utilities to work with HTML, CSS, ASP, PHP and JavaScript. It checks syntax, displays highlighted text and includes a CSS editor."; fDesc[6] = "snippets with samples, styles, 2D shapes, controls, animations, layouts, controls and more. It has an editor window and a preview window. You can open various XAML documents at the same time."; fDesc[7] = "information found on the Web."; fDesc[8] = "database of textual information like: * programming code snippets * notes * links * quotes * SQL queries + whatever you like you name it"; fDesc[9] = ", Mozilla browsers. Collect HTML snippets, generate bibliographies, edit snippets and export to CHM, PDF, HTML, RSS, MHT formats."; fDesc[10] = "explorer, a number of builders: procedures, classes, properties, structures, collections, error handlers..."; fDesc[11] = "seamless operation for web authors who want to include snippets of text into their web pages"; fDesc[12] = "explorer, a number of builders: procedures, classes, properties, structures, collections, error handlers..."; fDesc[13] = "Snip-It Pro docks to the edge of your screen, making it easy to use with any IDE or Editor... Using it is easy as drag & drop."; fDesc[14] = "snippets, sequences of commands and various notes produced by programmers and operators of IT."; fDesc[15] = "a smart icon that lets you track updates at a glance and then click for a slice of the web page it monitors. Virtuall..."; 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 = '...'; } }