var fDesc=new Array();
fDesc[1] = "Adobe-compatible files. It is a pdf creator for Windows that allows users to easily create documents in PDF file format. No expertise is required for this program; even novice users can create high-quality searchable PDF files just by selecting the \"print\" command from any application.";
fDesc[2] = "Use the program's advanced reporting features to print keyword analyzer, submission and ranking reports.";
fDesc[3] = "trades by finding web sites and automating 95% of the work in Link Marketing. The original and only robotic, link trading tool.";
fDesc[4] = "Charts Site Maps Building Plans more... Essential for IT Professionals and Consultants, Managers, System Administrators, Web Designers, Software and Database Developers, Scientists, Students and Educators ConceptDraw V features 91 Task-Specific Templates, Quick-Start Wizards, 4590 Ready Shapes, Smart Connectors, XML for Visio Import, MS PowerPoint Import/Export, Database Connectivity and more";
fDesc[5] = "well-known to any Windows user. Data is stored in XML which gives the program yet more power.";
fDesc[6] = "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[7] = "links and backlinks by keywords and website.";
fDesc[9] = "protecting your back links, and archieving higher link popularity and search engine rankings.";
fDesc[10] = "of link exchange with thematically related sites thus helping improve your Web site`s link popularity";
fDesc[11] = "manual scanning and checking for reciprocal links with your link partners. Link swapping is a great way to increase search engine rankings.";
fDesc[12] = "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[13] = "build the right link exchange strategy, increases your web popularity and takes your web visibility to the next level.";
fDesc[14] = "thousands of prospective link partners with top google page rank, Easy to send link exchange request emails. Fill add-link form intelligently.";
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 = '...';
}
}