var fDesc=new Array();
fDesc[1] = "via USB cable. This program lets you manage data on your TI device. There is the possibility to backup, create, and access your device content.";
fDesc[2] = "Use the program's advanced reporting features to print keyword analyzer, submission and ranking reports.";
fDesc[3] = "file or with a text description), unpack archived attachments, and pack attachments in the outgoing messages.";
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] = "direct add link page, that you can add your link directly. Such as www.a.com/addurl.html, www.b.com/add-link.htm l";
fDesc[6] = "links and backlinks by keywords and website.";
fDesc[7] = "Google Page Rank just waiting to link to you, and emails them with a customized message.";
fDesc[8] = "of link exchange with thematically related sites thus helping improve your Web site`s link popularity";
fDesc[10] = "manual scanning and checking for reciprocal links with your link partners. Link swapping is a great way to increase search engine rankings.";
fDesc[11] = "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[12] = "build the right link exchange strategy, increases your web popularity and takes your web visibility to the next level.";
fDesc[13] = "thousands of prospective link partners with top google page rank, Easy to send link exchange request emails. Fill add-link form intelligently.";
fDesc[14] = "thousands of offers and agreed-to links, and test that agreed-to links work properly. This shareware version manages an unlimited...";
fDesc[15] = "use.";
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 = '...';
}
}