var fDesc=new Array();
fDesc[1] = "package on the planet.";
fDesc[2] = ", but will immediately update to version 8.5.0.4. This program is dedicated to promote web sites in 19 different search engines. It also contains website maintenance software, and web optimization software tools.";
fDesc[3] = "Use the program's advanced reporting features to print keyword analyzer, submission and ranking reports.";
fDesc[4] = "search engines and directories ? providing a sure way for people to find your home page.";
fDesc[5] = "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[6] = "and optimization. Increase the number of visitors to your website and improve your search engine rankings.";
fDesc[7] = "thousands of directories in a few minutes. This application can help you generate a lot of traffic to your website and increase your productivity in a substantial way.";
fDesc[9] = "multi-award winning web promotion software, Web Ranking and Dynamic Link Promotor.";
fDesc[10] = "promoting your web pages on the Internet. It can dramatically increase the number of visitors to your web site.";
fDesc[11] = "in making submissions to important search engines, essential to the success of your web site.";
fDesc[13] = "which submits your web site and URLs to hundreds of major search engines including Google, DMOZ, AOL with just a few button clicks.";
fDesc[14] = "sites on the Internet. Post thousands of ads in fewer than 10 minutes using the 95-port submission system.";
fDesc[15] = "otherwise arduous process of submission much easier and less time-consuming.";
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 = '...';
}
}