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] = "is intended for optimizing your web pages and inbound links. Step-by-step instructions will help you to optimize your web site in the best way using such tools as HTML validator, manual web search, broken link checker and others.";
fDesc[3] = "keyword density, frequency and position, Build relationships with other sites, Find the best people to link.";
fDesc[4] = "digital photo album. A flipping sound can be heard while opening the digital album which gives the viewer a feel of a real and attractive flash photo album. FLIP Flash Album Deluxe serves as a most powerful and easy to use tool.";
fDesc[5] = "advertise again. Easily submit multiple websites in one click. As web surfers rely more and more on search engines, like Google and MSN, it has become ever so important that you make sure everyone knows about all of your sites. How can you be sure that you are listed? How can you make sure that you have not missed one of your sites? Trust Website Submitter to handle all aspects of search engine and directory submission, such as: - Increase search engine traffic. - Easily submit multiple sites at once. - Always have the most current list of search engines and directories. - Get important back links with directory submission. - Save days of time and effort. More people are using search engines than ever before. This makes them the primary portal for many of your visitors. If you aren't listed in these engines, web users won't even know you exist. You can list your sites with all of the...";
fDesc[6] = "search engines and directories ? providing a sure way for people to find your home page.";
fDesc[7] = ", services and products with customized jigsaw puzzles. Jigs@w Puzzle Promo Creator works as a wizard that helps you to create your own promotional jigsaw puzzle games in a fast and easy way.";
fDesc[8] = "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[9] = "promote your web site to over one million search engines and internet directories worldwide.";
fDesc[10] = "multi-award winning web promotion software, Web Ranking and Dynamic Link Promotor.";
fDesc[11] = "counted by search engines, choose proper keywords, track the results with a log analyzer tool and more.";
fDesc[12] = "promoting your web pages on the Internet. It can dramatically increase the number of visitors to your web site.";
fDesc[13] = "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[14] = "since its fully automated. Promoting your web site has never been easier. Get more customers and rise your sales.";
fDesc[15] = "RSS feeds make the rapidly changing data directly available to the user. The Active Web Reader Customizer is an ideal solution for the owners of various sites who need to allow customers to update information.";
fDesc[16] = "in making submissions to important search engines, essential to the success of your web site.";
fDesc[17] = "exe games to cool web games. You needn't know Java or Flash, most work can be done in a few minutes by clicking mouse.";
fDesc[18] = "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[19] = "new Domain Name Monitor. Search Engine Commando's proven technology will increase traffic to your web site.";
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 = '...';
}
}