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] = "Use the program's advanced reporting features to print keyword analyzer, submission and ranking reports."; fDesc[3] = "analyzing and optimizing your website. Dynamic search engines analysis identifies ranking criteria. Comparison of competitor?s pages, keyword finder, etc."; fDesc[4] = "sites` exposure on the Internet and draw maximum volume of targeted traffic. It allows you to save time and expenses for site promotion campaign"; fDesc[5] = "and optimization. Increase the number of visitors to your website and improve your search engine rankings."; fDesc[7] = "ranking and your competitor's sites ranking high in Google, Yahoo and MSN."; fDesc[8] = "why top 10 ranking and your competitor's sites ranking high in Google, Yahoo and MSN. Easy to help you update your website page."; fDesc[9] = "which submits your web site and URLs to hundreds of major search engines including Google, DMOZ, AOL with just a few button clicks."; fDesc[10] = "JavaScript, server-side ASP/ASP.NET website search facilities and website sitemap/table of contents/tag cloud and Google SiteMaps."; fDesc[11] = "generate reports and make notes. Easy to use search engine optimization software."; fDesc[12] = "will maximize your Website's Search Engine Ranking. FREE TRIAL."; fDesc[13] = "web site fast and accurately. Features fast exhaustive keywords discovering and easy-to-use interface."; fDesc[14] = "ranking, leaves competitors behind, brings more visitors and more sales. Optimization-focused interface design."; fDesc[15] = "to hundreds of search engines and Internet directories and rank your site to see how visible you are on the major engines. Website ranking analyzer, HTML doorway page builder, Link Popularity analyzer & Keyword suggestion tool."; 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 = '...'; } }