var fDesc=new Array(); fDesc[1] = "But I don't know...for a strange reason I liked it, maybe because there is a portable version available and it's easy to use, or maybe I liked the graphic design. Anyway, you can download it and draw your own conclusions!"; fDesc[2] = "engines, measure and analyze traffic to your site. Instantly find out which keywords fit in well with your search engine optimization strategy. Analyze how well your site is optimized for search engines and find recommendations how to improve your rankings. Automatically submit your site to the best search engines, find the regularly updated recommendations on manual submissions and registrations with pay-per-click search engines. Check your site rankings in over 100 search engines. Live traffic analysis will provide you with actionable insight based on up-to-the-minute trends. Using over 160 analytical reports you will understand your visitors and answer questions that influence the bottom line of your business: where they come from, what they want; and why they don"; fDesc[3] = "scripting, Google hacking & other web attacks. WVS can analyze websites using SOAP & AJAX and includes PCI Compliance reporting"; fDesc[4] = "traffic. You have to sign up for an account in woopra.com, setup a new website to monitor, and plug some Javascript code into your web pages. The product is in beta release, some bugs may appear."; fDesc[5] = "critical performance issues in your web site or web server that may prevent optimal experience for your site's visitors.This incredible software allows you to test your web server performance under normal and excessive loads."; fDesc[7] = "reports. This website statistics software supports 430+ search engines from 120 different countries."; fDesc[8] = "analysis and produce a detailed report. Link popularity is actually a total count of all the linked pages that link to your site. Higher link popularity can help your website get higher search engine ranking."; fDesc[9] = "web site, you can make your site a more effective sales machine."; fDesc[10] = "requirements, built-in IP mapping, unique filtering capabilities and more. Fast, powerful and professional."; fDesc[11] = "models, referrer sites, hits and hosts per day, visitor counter, most popular search engines and keywords. Easy to use, very fast."; fDesc[13] = "analysis makes it clearly different from any other web log analyzer. In other words, analyze your web logs like never before!"; fDesc[14] = "site's traffic to life, casting your visitors as animated characters in a virtual city. Dozens of reports. Integrated Live Help. Click analysis + more."; fDesc[15] = "of your site. Each link on your site is superimposed with a chart indicating the number of people clicking that link."; 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 = '...'; } }