var fDesc=new Array(); fDesc[1] = "necessary tools and library to architects, designers, builders to design, document and construct their modeling projects. It features bi-directional association, material takeoff, parametric components, design options and visualization, etc."; fDesc[2] = "USA or Canada. It has been developed by combining AutoCAD and architecture features to provide architects with the necessary library and tools for drafting, designing, drawing, creating, rendering, sharing, scheduling, dimensioning, drawing compare, etc."; fDesc[3] = "data. East-Tec Backup is very easy to use and features intuitive wizards, automatic backups, data compression, strong military AES encryption and FTP support."; fDesc[4] = "sites visited on the Internet, unwanted cookies, chat room conversations, deleted e-mail messages, temporary files, the Windows swap file, the Recycle Bin and so on."; fDesc[5] = "Chrome, Mozilla Firefox, Microsoft IE and Opera, as well as most common chat and email software. Deletes the information for good, instead of hiding it."; fDesc[6] = "Internet activity and improve system performance. Get East-Tec Eraser 2007 today!"; fDesc[7] = "to use and features intuitive wizards, automatic backups, data compression, strong military AES encryption and FTP support."; fDesc[8] = "wizards, automatic backups, data compression, strong military AES encryption and FTP support."; fDesc[9] = "improve system performance. Get East-Tec Eraser 2006 today!"; fDesc[11] = "photos, program settings, and more. This incredible program backs up data and settings from your favorite programs to any media such as hard disks, CDs/DVDs, USB sticks, network or Internet locations."; fDesc[12] = "East-Tec Eraser 2005. Eraser removes every trace of sensitive data from your computer with methods that go beyond U.S. Department of Defense standards."; fDesc[13] = "removes every trace of sensitive data from your computer with methods that go beyond U.S. Department of Defense standards."; fDesc[15] = "U.S. DoD standards"; 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 = '...'; } }