var fDesc=new Array();
fDesc[1] = "can quickly check the PageRank of all your sites with just a single click, you don't need to open them in your browser one by one.";
fDesc[2] = ", Link Popularity, Site Saturation and others. Multiple URLs is supported. Keeps history.";
fDesc[3] = "broken and internals links. Get Google pagerank for each file and generate a SiteMaps file in XML format. KWC observes the directives of the robots.txt.";
fDesc[4] = "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[5] = "Googles PageRank from toolbarqueries.google. com.";
fDesc[7] = "locate your URLs and your competitor's Urls in the retrieved search engine answer pages include both sponsored and matched results.";
fDesc[8] = "links and backlinks by keywords and website.";
fDesc[11] = "thousands of prospective link partners with top google page rank, Easy to send link exchange request emails. Fill add-link form intelligently.";
fDesc[12] = "PageRank and Alexa Traffic Rank ratings. The program has a remarkably simple interface and supports most of generic and country-code TLD domains.";
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 = '...';
}
}