var fDesc=new Array(); fDesc[1] = "is a fancy name for MP4. This converter will convert files of the most popular formats (DVD/VCD and AVI, MPEG, WMV, RM, RMVB, DivX, ASF, VOB.) into MP4."; fDesc[2] = "Windows applications and web pages. It includes advanced text search capabilities and a 'favorites' tab to save the more often searched topics, themes and/or terms. The application itself includes an image editor to help user on including the help file to the developed and compiled program."; fDesc[3] = "island and got employed at a burgers and snacks beach stand. You will have to help her work at the stand, making burger sandwiches, fries and milk shakes. It has three difficulty levels, tutorials and html help included. It runs on Windows 98/ME/2000/XP/Vista."; fDesc[4] = "With its simple word-processor-like interface and integrated help, this application can be easily mastered by novice users too. Supplied with single- and multi-author editing capabilities, this program allows you to create documentation in form of compiled HTML help, Web help or PDF format."; fDesc[5] = "drives and devices, lost due to accidental deletion, system crashes, drive formatting and other reasons. The program features a very simple and intuitive wizard-like user interface, very suitable for beginners."; fDesc[6] = "inner working of help file generation. Just enter your text in the built-in word processor, hit the \"Compile\" button and it's done!"; fDesc[7] = "with ease. Compatible with Windows 98/ME/2000/XP/Vista this amazing tool makes the complex task of creating help files simply at your finger tips."; fDesc[8] = "Printed Manuals from the same source help project."; fDesc[9] = "Files, Microsoft Word Documents and Adobe Acrobat Document."; fDesc[10] = "application can make help files for Windows (WinHelp), RTF and even HTML help files (help authoring files). It includes also two other applications: ButtonMaker and ImageMaker, that can be used for creating help files in a simple way, enhancing the way HelpMaker creates files."; fDesc[11] = "* Fully support full-text search. * Auto generate TOC and Index Item by parsing title or filename."; fDesc[12] = "this software, the user can create help files using any desired editor and then compilation and manipulation can be done. HTML files can be simply created and edited with the help of this software."; fDesc[13] = "access to online resources and to view compiled help files in various formats. Help Explorer Viewer offers a fool-proof solution for displaying help files in the HTML Help 1.x (.CHM), WinHelp (.HLP), as well as the Microsoft Help 2.0 (.HXS) on both Windows platforms and Linux platforms."; fDesc[14] = "processes of creating help files. With the help of JGsoft HelpScribble you will be generating comprehensive and flawless Software Help files and HTML Help files effortlessly."; fDesc[15] = "can create help for PDAs too. The price showed for this product is for single user license. View the buy URL for more details. Trial version is for 30 days."; 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 = '...'; } }