var fDesc=new Array(); fDesc[1] = "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[2] = "stories are gathering dust instead of earning their keep. Free software from the author of the Hal Spacejock series."; fDesc[3] = "products/versions/sub missions/regorders database, semi-automatic submission, personalized E-mail generation, regorders detectors, PAD support."; fDesc[4] = "provides access to an on-line database of 600+ download site templates. The templates are used to fill out submission forms automatically."; fDesc[5] = "file. You can install the form on your web server just by the press of a button."; fDesc[6] = "feed subscribers. Stop searching for places to promote your blog, and quickly submit your feed to 200 of the top blog and RSS feed directories."; fDesc[9] = "product. All the Organizer your writing needs...Writers Project Organizer is manuscript orientated software for writers. Writ"; fDesc[10] = "submitting your press releases to over 33000 media contacts including newspapers, magazines, tv and more!"; fDesc[11] = "directory, the directory submitter automatically fills out the anchor text, URL, and description."; fDesc[12] = "application enables you to create surveys in a matter of minutes, complete with a reporting tool that generates attractive, customizable reports, and dynamic filters that allow you to narrow the results based on selected criteria to facilitate analysis."; fDesc[13] = "Directory Site Submitter enables efficient software assisted submissions. Setup in 5 minutes and submit 20-30 in 30 minutes"; fDesc[14] = "and provides you the suggestions on how to get to the high ranking."; 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 = '...'; } }