var fDesc=new Array(); fDesc[1] = "protects your computer. The program provides free screensavers, browser skins and cursors, smileys, among many other things, and also protects your computer against spyware and other threats."; fDesc[4] = "in the ocean, where a beautiful lighthouse stands proudly against the waves, ready to guide ships to safety. It includes the ability to connect to the Internet and show you the latest news and weather reports extracted directly from different channels."; fDesc[7] = "design any template you like for any web site you like. Special repository for ZoloPages templates at www.ZoloMasks.com..."; fDesc[8] = "business communication tasks like a charm. Zoor Business Kit comprises three best in class directories. Personal Directory Your Personal Contacts Manager Business Directory Yellow Pages With Zoor Power Search PTCL Directory Latest Telephone Directory of Pakistan Main Features Personal Directory Business Directory PTCL Directory Telephone Dialer Instant Emailing Powerful Search and Filter Contacts Preview and Report Printing Data Backup and Restore"; fDesc[9] = "details from Internet directories, Membership lists, Email signatures, Excel & Word documents into your favorite contact management software."; 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 = '...'; } }