var fDesc=new Array(); fDesc[1] = "developed, inserts pictures, tables, hyperlinks, anchors, forms, PHP code, comments, etc. for making web pages in a very quick manner, editing them in What You See Is What You Get (WYSIWYG) mode, so anything is done is immediatly seen."; fDesc[2] = "daily backups, because every time you save a file to your hard drive, Shadow makes a copy of it. The application has a really easy to use and simple user interface, which makes the backup process even faster and easier than ever before."; fDesc[3] = "Kare's Replicator, this process could be done almost automatically and save a lot of time. This great application gives the possibility to make backups of your important files in other disk or directory within your own PC, or other PCs using your LAN."; fDesc[4] = "Synchronise folders. Perform code reviews/audits. Work with folder trees containing thousands of files. Edit files in-place."; fDesc[6] = ", highlight, and more... PDF Studio works on Windows, Mac and Linux and does not require any other software to run."; fDesc[7] = "helps to protect and restore data from errors and other accidental misuses. All archives made by this software are very small in size and store all the information about the file. A user can also create multiple revisions of same file."; fDesc[8] = "your source code, web pages and other files with DiffMerge. Use it to compare, understand and combine different file versions."; fDesc[9] = "database. Includes editor with drag and drop, full-text search, graph navigator which topic relationship."; fDesc[10] = "to compare, understand and combine different project versions and file versions."; fDesc[11] = "features useful to small development teams, and is easy to use and administer. QVCS includes an explorer style GUI and extensive help."; fDesc[13] = "project. With Home Revision Management System you can create a backup of the whole project location and restore it when needed. Home Revision Management System is simple, user friendly and easy to use."; fDesc[14] = "intervals. Unlike default add-in AutoSaveXL doesn't ask questions and can create as many backup copies as you wish."; fDesc[15] = "comes with an integrated study schedule, which reminds learners of due revisions and study sessions."; 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 = '...'; } }