var fDesc=new Array();
fDesc[1] = "such as a built-in pop-up blocker, spell checker, translator, page rank viewer, online bookmarks, auto fill, autolink and many more. It offers a neat ability to search using a search suggestions feature.";
fDesc[2] = "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[3] = "replacement for Internet explorer. It displays page-rank and Alexa information for any web-page you are visiting.";
fDesc[4] = ", Link Popularity, Site Saturation and others. Multiple URLs is supported. Keeps history.";
fDesc[5] = "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[6] = "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[7] = "Googles PageRank from toolbarqueries.google. com.";
fDesc[9] = "links and backlinks by keywords and website.";
fDesc[10] = "your websites and your competitors in seconds! It could help you load and extract all of the hyper links from a website, a local or online page. Check if the links are broken and check the PageRank for each link. A Google API account is not needed. It combines powerful features and an easy-to-use interface and is robust enough to deal with more than 100,000 links.";
fDesc[13] = "Demon xml file. Use Google Trends form to see if something can affect your auction sites. Track PageRank, Keywork pos.";
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] = "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 = '...';
}
}