var fDesc=new Array(); fDesc[1] = "player, using video files or an already authored DVD, saved on your PC. Video DVD maker will allow you to import video from video files in different formats, including AVI, DIVX, XVID, MP4, MPG, WMV and ASF."; fDesc[2] = "application that makes great use of your screen real estate to allow you to move and manage your files with ease. By default Q-dir uses a 4-pane design. You can open any folder on your computer in any of those panes."; fDesc[3] = "pages into single executable files, and ultimately into working stand-alone Windows applications, which literally resemble a normal web browser."; fDesc[4] = "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[5] = "desire to have many tools together in a single application. Page preview at the same time, displaying the inserted changes in code. The application can open multiple web page files. The split view of the editor allows the user to copy and paste code between two different page windows."; fDesc[6] = "between PDF, Word, Excel and Powerpoint Documents (97, 2003 or 2007), RTF, or text documents to any of these formats, to an HTML file or to an image file (JPG, BMP, GIF, TIF, TGA, RLE, PNG, EMF or WMF). This program can perform batch conversions between formats."; fDesc[7] = "format in seconds. The application adds a toolbar to Microsoft Word, allowing you to control the program from there. You simply have to open a document and press the button reading \"Save as PDF\", and it instantly creates the PDF format of your document."; fDesc[8] = "commercial sound and produce higher quality audio. Available for formats Pro Tools 6.4+ (RTAS Audio Suite/HTM), VST, MAS, Audio Unit, and DirectX, instead of a varied amount of plug-ins, users have the advantage of Ozone’s 7 plug-ins in one."; fDesc[9] = "optionally rename it and save the file clip on your computer for future playback."; fDesc[10] = "formats such as MS Office Word DOC, XLS, JPG, TIFF, Adobe Acrobat PDF, and plain text. When FLASH is included in the web page to be converted, the application will create a screenshot for showing it in another file format."; fDesc[11] = ", JPG, GIF, BMP, TIF, PNG, EMF, and WMFin a few seconds. This incredible program has the ability to convert and manipulate one or thousands of files, located in one or many folders."; fDesc[12] = ", *.csv, *.mdb, *.htm, *.dbf, among others. The program is really fast and easy to use. You just have to select the files to convert, choose the destination folder and output format, then click START, and the program does the rest for you."; fDesc[14] = "be converted are doc, docm, docx, rtf, htm, html and txt. This software works the same for an individual file as well as for a batch."; fDesc[15] = "easy and fast way. The program has got a very friendly interface that will guide all users on how to convert their files from one into another. There are two ways for converting your files."; 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 = '...'; } }