var fDesc=new Array();
fDesc[1] = "Use the program's advanced reporting features to print keyword analyzer, submission and ranking reports.";
fDesc[2] = "multi-award winning web promotion software, Web Ranking and Dynamic Link Promotor.";
fDesc[3] = ", if it's direct or indirect, and export all info in a CSV report for further analysis.";
fDesc[4] = "trades by finding web sites and automating 95% of the work in Link Marketing. The original and only robotic, link trading tool.";
fDesc[5] = "links, checking for links that have been added, removing bad links and generating your Reciprocal Links Page automatically.";
fDesc[6] = "links and backlinks by keywords and website.";
fDesc[7] = "Directory Site Submitter enables efficient software assisted submissions. Setup in 5 minutes and submit 20-30 in 30 minutes";
fDesc[9] = "protecting your back links, and archieving higher link popularity and search engine rankings.";
fDesc[10] = "sites to verify reciprocal links back to you.";
fDesc[11] = "build the right link exchange strategy, increases your web popularity and takes your web visibility to the next level.";
fDesc[12] = "manual scanning and checking for reciprocal links with your link partners. Link swapping is a great way to increase search engine rankings.";
fDesc[13] = "generates a HTML monitoring report. Not only will it help you get a higher rank in search engines, but it will get more traffic for you from other sites.";
fDesc[14] = "Verify. Both simple URL check and advanced, preferred, HTML code. Maintains contact information.";
fDesc[15] = "thousands of offers and agreed-to links, and test that agreed-to links work properly. This shareware version manages an unlimited...";
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 = '...';
}
}