var fDesc=new Array(); fDesc[1] = "management of home accounting. It allows working offline and online, in the latter mode the program updates balances and movements from your bank accounts. It runs only on Windows Vista and Windows XP Service Pack 2."; fDesc[2] = "key-framing, photo/video layering, copy protection, templates and more. This program has nothing to do with Power Point; it goes beyond, providing users with features required for professional projects."; fDesc[3] = "execute realtime DNS and PING test, while making subnet creation and network worksheet generation simple and easy. It's an indispensable tool for almost any network administrator."; fDesc[4] = "to display the contents of two or more folders at once! You can use FolderBox also inside Internet-Explorer."; fDesc[6] = "commercial investment. You need to serve to customers and decide investments to expand the business. It is for the whole family, because it can be played even by 4 years old."; fDesc[7] = "communicate with others in the office, or maybe even colleagues in another building, make life easy for yourself and install LanTalk XP."; fDesc[9] = "Replace, delete, insert .. operations. Search in headers\footers, hyperlinks, text frames in MSWord documents."; fDesc[10] = "shaper, URL filtering, Bridging, Redirection, NAT and traffic statistics software for the Microsoft Windows."; fDesc[11] = "manager and more. Winclean will help you keep your computer in shape."; fDesc[12] = "management features and remote scripting. NetCom is an extensible firewall, traffic controller and traffic statistics software for the Microsoft Windows"; fDesc[14] = ", downloading, CHMODE, Firewall and so on. preview and manage all files on your computer, List and Tree view, preview folders windows."; 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 = '...'; } }