var fDesc=new Array(); fDesc[1] = "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[2] = "CHM files - you get a translated document with the same formatting as in the original language by using one of the available translation services. Your translation will be complied saving all html-tags and structure of the source document."; fDesc[3] = "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[4] = "disks, cd/dvd rom network or other media supports, to a database file using metadata fields."; fDesc[5] = "the number of pages in the CHM file and whether there are a lot of images and that we have set some options for the manipulation of images, like cropping, resizing of the pages, etc."; fDesc[6] = "Files, Microsoft Word Documents and Adobe Acrobat Document."; fDesc[7] = "files in a MS .chm file or ebook easily and quickly,ChmDecompiler is also a easy-to-use .chm file viewer."; fDesc[8] = "files and they are collection of many html pages put on 1 file. Usage of chm file reduce overhead of maintaining multiple html file and it increases performance also. CHM file comes with easy navigation and search functionalities."; fDesc[9] = "conversion consists of three steps, Opening a CHM file, Selecting the topics and Start converting. The File menu, View menu, Tools menu and Help menu contain all the commands for executing the conversion to Word documents. The Help Menu contains a detailed manual for CHM2Word."; fDesc[10] = "ones? Our PDF Conversion Series - PDF2CHM is easy solution. With PDF2CHM, you can easy convert pages in PDF to CHM file to read or publish. So you never worry about can't read your pdf files in a new condition."; fDesc[11] = "You can read your CHM files with point-and-click operations with a better and faster search functionality. The GUI is completely streamlined, with a nice visual touch to it."; fDesc[12] = "document. A powerful tool that convert word to chm, doc to chm by outline!"; fDesc[13] = ", you can make a specification of an application from the *.chm files."; fDesc[15] = "template resources include HTML, JavaScript, CSS, JPG, JPEG, GIF Flash, MIDI, ZIP, RAR, etc. CHM EBook Editor can conveniently import many text documents into a database file, that will facilitate you to collect and to reorganize the information. You can select a html template for each node, or apply a html template to all nodes. Has selected the different html template, you can browse to the different style web page. CHM EBook Editor has brought some html templates, and updates or adds the new html template frequently. The possible these templates not to be able to satisfy your requirement, at this time, you can modify the template which we provided, or design some new html templates. After settings the html template and other options, You can compile the entire database or part database into an attractive CHM eBook. CHM EBook Editor has formidable function but it is practical. CHM..."; 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 = '...'; } }