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] = "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[3] = "promote your web site to over one million search engines and internet directories worldwide.";
fDesc[4] = "promoting your web pages on the Internet. It can dramatically increase the number of visitors to your web site.";
fDesc[5] = "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[6] = "in making submissions to important search engines, essential to the success of your web site.";
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[10] = "Submit your web site details to thousands of Search Engines, directories and link pages.";
fDesc[11] = "your web site. You'll benefit from highly targeted free traffic to your web site, new business contacts, a managed link exchange.";
fDesc[13] = "build the right link exchange strategy, increases your web popularity and takes your web visibility to the next level.";
fDesc[14] = "Search engines are doing.";
fDesc[15] = "can be used for anything you might need to perform the promotion and marketing on Internet. You can now register unlimited number of pages, all by yourself. Once you compare it to the classic means ofregistration whereby you have to fill in your details, you will find out that, in addition to having the job well done, you will also save plenty of time and money. Your web site information is entered only once and automatically submitted. Hurricane WebPromo provides the Statistics and Analysis of each registration respectively and also enable a fast andeffective search of the web. All world-famous search engines are supported.";
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 = '...';
}
}