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] = "keyword density, frequency and position, Build relationships with other sites, Find the best people to link."; fDesc[3] = "package on the planet."; fDesc[4] = "Use the program's advanced reporting features to print keyword analyzer, submission and ranking reports."; fDesc[5] = "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[6] = "offering three different storing forms: text, rich text and html. This application enables you to add multiple articles to a single file and view them in a tree-like structure."; fDesc[7] = "multi-award winning web promotion software, Web Ranking and Dynamic Link Promotor."; fDesc[8] = "counted by search engines, choose proper keywords, track the results with a log analyzer tool and more."; fDesc[9] = "replacement for Internet explorer. It displays page-rank and Alexa information for any web-page you are visiting."; fDesc[10] = ", Link Popularity, Site Saturation and others. Multiple URLs is supported. Keeps history."; fDesc[11] = "there are easy and powerful programs to help you in this task. Cyberfetch is one of those useful programs. With this application you will be able to submit your websites to the main search engines and directories around the world within a few minutes."; fDesc[12] = "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[14] = "and find keyword suggestions within minutes. We also offer a free co-branded version that you can distribute from your site."; fDesc[15] = "automated blog search and posting comments. It is the easiest way to find topical blogs with no follow links."; 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 = '...'; } }