var fDesc=new Array(); fDesc[1] = "the incorrect ones. Threads and bandwidth usage can be limited through the program references. It is also possible to custom rules for identifying wrong email addresses."; fDesc[2] = "for validation and the link checker software finds dead links, invalid HTTP redirects and other problems on a web site or a single web page."; fDesc[3] = "to find your desired domain names quickly and easily. The built-in database helps you to search from generic top level domains and from country code top level domains as well."; fDesc[4] = "should create your own web site with detailed information about it. The first thing you should do is to think out cool name for your web page. Available Domains Standard is tiny application that will help you in this process. It generates domain names and checks their availability."; fDesc[5] = "Word List Builder and Sounds Like Over 200 top and country level domains including .biz and .info"; fDesc[6] = "Program features include: misspelled domain names generator, build-in thesaurus and multithreaded domain name availability checking."; fDesc[7] = ", Internet Browser and Time Synchronize. Site's List Management allow to check whether site is alive or not"; fDesc[8] = "features include automated check, customizable fields display, multiple projects, custom color coding, SMTP and proxy support"; 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 = '...'; } }