var fDesc=new Array(); fDesc[1] = "located in the hard disk of your computer or directly from the Internet. Using this program, you will be able to play any of the video files you download directly from the most popular video-sharing websites, such as YouTube, iFilm.com DailyMotion, etc."; fDesc[2] = "easy and friendly to do, just some clicks and the FTP server will be installed. The FileZilla’s GUI is very simple and all the information detailed is showed on the main screen."; fDesc[3] = "access by running your own DNS server."; fDesc[7] = "configuration editor for Counter Strike, since version one. It provides a means to graphically create custom buy scripts and edit system configuration settings, and you don’t have to know about scripting but to people who know it gives them the ability to quickly churn out custom scripts"; fDesc[8] = "way. You are Torque, armed with a deadly arsenal and your last shred of sanity, condemned to wage war against horrific monstrosities in a bloody battle for revenge against a hidden mastermind who holds the keys to your past..."; fDesc[10] = "paper by printing up to 64 pages on both sides of a sheet. A series of booklets are combined to build a book. BookPrintXP operates as a printer driver that may be used by any application. Several print jobs may be accumulated for printing of booklets. E.g. you may print a booklet that contains several topics of a help file. This is done by executing the print function of the help system for each topic. In general BookPrintXP is suitable to print program manuals (readme.txt), help files, cook books, address books, program source listings, electronic publications etc. The program prints also poster. The program processes print jobs and image files as well."; fDesc[11] = "the meta information of a pdf file;etc.The last version added converting PDF file to a single tiff file;ect."; 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 = '...'; } }