var fDesc=new Array(); fDesc[1] = "your privacy by allowing to see, edit, delete or block any unwanted cookies. Internet Explorer, Firefox, Mozilla and Netscape."; fDesc[2] = "parse engine automatically searchs, finds, downloads and saves all user specified file types from websites."; fDesc[3] = "registration as well as find out who is a domain owner by searching the global Whois database."; fDesc[4] = "utility is organized into domains and the file extension listing in alphabetical order. Owing to the huge size of the list of file extensions, Extensions organizes it into group of A to I, J to Q and R to Z."; fDesc[5] = "with positioning, search engine and link popularity, pattern search, Net Speak?, trademark searches, exporting, 500+ domains and more!"; fDesc[6] = "your network shared resources."; fDesc[7] = "Word List Builder and Sounds Like Over 200 top and country level domains including .biz and .info"; fDesc[8] = "through pages of results. It focuses only on domains, and eliminates duplicates. The results are presented in a clickable local web page."; fDesc[9] = "domain names Includes 10 dictionaries (almost a million words with support for extended characters) Multithreaded=many times faster"; fDesc[10] = "and Recent programs. Fast file searching with text search & replace, saved searches, template documents, file erase, and much more."; fDesc[11] = "search results. * Keep your searches organized. * Reuse your findings at any time."; fDesc[13] = "stay informed of your rankings, and automatically run your searches. Easily manage your domains/URLs, search terms, engine selection, and search depth in one place. Quickly create and modify graphical reports. With Advanced Site Rank Evaluator you can manage your SEO tasks more efficiently, and filter out non-ranking meta-tags."; 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 = '...'; } }