var fDesc=new Array();
fDesc[1] = "replacement for Internet explorer. It displays page-rank and Alexa information for any web-page you are visiting.";
fDesc[2] = "calculated \"importance\" value for all pages. Details for all pages, e.g. HTML errors, page size and response time. Integrate with online tools";
fDesc[3] = "and horizontal flash menu headers, a large number of flash templates and flash menu buttons are already included in it. You can select the template of your choice and customize it the way you want.";
fDesc[5] = "tools you will ever need to manage your web site and reach the top of the search engines!";
fDesc[6] = "Use the program's advanced reporting features to print keyword analyzer, submission and ranking reports.";
fDesc[7] = "Optimization. The main tab of the system is the SEO Analysis which, in turn, includes the five following tabs: Page Summary, Outgoing and incoming links, meta tags, and images.";
fDesc[8] = "offering three different storing forms: text, rich text and html. This application enables you to add multiple articles to a single file and view them in a tree-like structure.";
fDesc[9] = "multi-award winning web promotion software, Web Ranking and Dynamic Link Promotor.";
fDesc[10] = "counted by search engines, choose proper keywords, track the results with a log analyzer tool and more.";
fDesc[12] = "which gives information about the rank of the web page in a search engine and finding the popularity ranking as well as helping the user in his choice of keywords that are more popular and are more useful to the user.";
fDesc[16] = "and find keyword suggestions within minutes. We also offer a free co-branded version that you can distribute from your site.";
fDesc[17] = "Google Page Rank just waiting to link to you, and emails them with a customized message.";
fDesc[20] = "automated blog search and posting comments. It is the easiest way to find topical blogs with no follow links.";
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 = '...';
}
}