var fDesc=new Array(); fDesc[1] = "tools you will ever need to manage your web site and reach the top of the search engines!"; fDesc[2] = "package on the planet."; fDesc[3] = "Use the program's advanced reporting features to print keyword analyzer, submission and ranking reports."; fDesc[4] = "Optimization. The main tab of the system is the SEO Analysis which, in turn, includes the five following tabs: Page Summary, Outgoing and incoming links, meta tags, and images."; fDesc[5] = "counted by search engines, choose proper keywords, track the results with a log analyzer tool and more."; fDesc[6] = "the first page when user searches related topics in the search engine. For quite a few years, website owner have been searching a lot to cut this extra cost. TrafficSeeker is an efficient software tool which provides users the facility to enhance their positions to the top rankings"; fDesc[8] = "which gives information about the rank of the web page in a search engine and finding the popularity ranking as well as helping the user in his choice of keywords that are more popular and are more useful to the user."; fDesc[9] = "Googles PageRank from toolbarqueries.google. com."; fDesc[10] = "optimized to the search parameters of leading engines. Each Doorway page is specially tuned to a particular keyword search."; fDesc[11] = "documents, written for Windows platforms. This tool allows you to run real time keyword density analysis tasks upon your local copy or online pages."; fDesc[12] = "left-bottom-pane. And this program shows the source of the webpage to you in right pane."; fDesc[13] = "Google Page Rank just waiting to link to you, and emails them with a customized message."; fDesc[14] = ", thoroughly analyze potential markets, spy on your competition, easily customize almost every aspect of the application and more."; 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 = '...'; } }