var fDesc=new Array(); fDesc[1] = "only that, it also converts the FLV videos to a variety of common video formats; and can also convert your videos to the FLV format for you to upload them to the web."; fDesc[2] = "several text tools to configure the aspect of the subtitle, and video editing tools that allow inserting dialogs in sync with the video. Also, it allows you to write subtitles directly or import them from a previously made subtitle file."; fDesc[3] = "convert them to wav, mp3, OGG, etc. audio files to be saved on the user PC. User can run the application directly from the Windows Command Line. The help file shows all the available options for these commands. The Help file comes in HTML format and it is displayed by the Internet browser."; fDesc[4] = "is a very easy to use program in which you can tag your files getting tag information from several sources. As many other tagging solutions tag retrieval is available from freedb but is also possible to retrieve tags from amazon.com, amazon.de and discogs."; fDesc[6] = "high speed but leaves plenty of air in the compressed file. You can depend on this tool to be your only archiver you need as it's different from the other archiving shells, with its own strong compression format and built in support for other well known files such as (ZIP, RAR, MS-CAB)."; fDesc[7] = ", short-answer, jumbled-sentence, crossword, matching/ordering and gap-fill exercises for the World Wide Web. Hot Potatoes is freeware, and you may use it for any purpose or project you like. It is not open-source."; fDesc[8] = "Windows XP, Vista and Windows 7. WinEdt can be used as a front end for compilers and typesetting systems, such as TeX or HTML. It allows you to customize highlighting schemes and features multilingual spell checking. You can download word lists from WinEdt.s Community site."; fDesc[9] = "of Flash websites, HTML websites and Flash presentations."; fDesc[10] = "Open eBook packages. This fast application can create a neat and navigable e-book from any Microsoft Word document or a series of documents. You can easily add a Table of Contents using the title and the links included in the original files."; fDesc[11] = "and compile them in a single file. It includes all the files from a specific folder with images, flash, audio and video and makes a standalone EXE file, which can be opened from any Windows operating system."; fDesc[12] = "HTML page. You can create quizzes with multiple answers, telling the program which of them can be right, or make question to be answered by true or false. You can also include questions with an open answer, indicated in a text box."; fDesc[13] = "objects can be attached to a page also allowing the text to be corrected. The page can be completely edited by changing fonts, colors, borders and adding images. Important features also include quick preview, free internet publishing with just one click."; fDesc[14] = "simply the perfect companion to any webmaster seeking for a professional style sheet editor for quick and professional results. This version introduces many enhancements, which makes Style Studio even far superior from its competitors!"; fDesc[15] = "conversion. This is a highly useful application, which is capable of converting .Doc files to RTF, PDF, HTML, XLS, TIFF and JPG formats. Apart from the .Doc files, it also possesses ability to convert the Rtf files into HTML, PDF and other formats."; fDesc[16] = "similar, without worrying about the privacy of the source code. You can easily encrypt and un-encrypt those files without altering his design nor functionality."; fDesc[17] = "provides you with a lot of different functions. If you are a programmer or a user who uses PHP and HTML languages, then this program is the right choice. This software allows you to open unlimited-size text files."; fDesc[18] = "how many times they appear in a given text. Estimate the amount of syllables, list the words and the number of times that appear, etc. It recognizes any raw text or HTML document. If user needs to work with another format document, it will be necessary to export it to HTML or plain text format."; fDesc[19] = "able to take the screenshot of the whole web page as JPG, BMP, PNG, TIFF and GIF in a very effective way. The internet explorer's functionality to take (capture) a snapshot of a given URL is used bythe HTML Snapshot ActiveX Component for its purpose."; fDesc[20] = "with all the 'html', 'head' and 'body' tags placed, leaving the corresponding room for HTML insertion. By choosing the tabs shown, the user can set the body backcolor and back image, 'mail to' code, 'web links', 'HR', 'BR', tags, etc."; 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 = '...'; } }