var fDesc=new Array();
fDesc[1] = "and portals. The program is also very useful for webmasters to keep an eye on their competitors' websites for inbound web-links.";
fDesc[2] = "a semi-automatic way. You just have to add the articles you want to submit, complete the articles' information, select the article site to which you want to submit them, and the program does everything for you.";
fDesc[3] = "Use the program's advanced reporting features to print keyword analyzer, submission and ranking reports.";
fDesc[4] = "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[5] = "counted by search engines, choose proper keywords, track the results with a log analyzer tool and more.";
fDesc[6] = "replacement for Internet explorer. It displays page-rank and Alexa information for any web-page you are visiting.";
fDesc[7] = "variations. Position check. Check keyword density. Have titles, headers etc. \"weight\" more. Analyze competition, e.g. backlinks and page rank";
fDesc[8] = ", Link Popularity, Site Saturation and others. Multiple URLs is supported. Keeps history.";
fDesc[9] = "Googles PageRank from toolbarqueries.google. com.";
fDesc[10] = "links and backlinks by keywords and website.";
fDesc[11] = "you will have confidence about the popularity of your links, their validation and verification and traffic rank. This useful tool is easy to install and has a wizard-based Windows style interface that couldn't be simpler to navigate.";
fDesc[12] = "Google Page Rank just waiting to link to you, and emails them with a customized message.";
fDesc[13] = "protecting your back links, and archieving higher link popularity and search engine rankings.";
fDesc[14] = "Simple to use and it's FREE! Check whether your website ranks for one keyword or dozens of keywords. It's up to you.";
fDesc[15] = "thousands of prospective link partners with top google page rank, Easy to send link exchange request emails. Fill add-link form intelligently.";
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 = '...';
}
}