var fDesc=new Array();
fDesc[1] = "Good Keywords software is developed by Softnik Technologies. This software is very useful for increasing the rankings of your web-pages by providing you with good, efficient and Search Engine-Friendly keywords";
fDesc[2] = "keyword density, frequency and position, Build relationships with other sites, Find the best people to link.";
fDesc[3] = "package on the planet.";
fDesc[4] = "Use the program's advanced reporting features to print keyword analyzer, submission and ranking reports.";
fDesc[5] = "multi-award winning web promotion software, Web Ranking and Dynamic Link Promotor.";
fDesc[6] = "counted by search engines, choose proper keywords, track the results with a log analyzer tool and more.";
fDesc[7] = "the first page when user searches related topics in the search engine. For quite a few years, website owner have been searching a lot to cut this extra cost. TrafficSeeker is an efficient software tool which provides users the facility to enhance their positions to the top rankings";
fDesc[8] = "detailed reports before and after the submission process. It allows the user to submit his/her site without having any specific SEO knowledge.";
fDesc[9] = "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[10] = "and find keyword suggestions within minutes. We also offer a free co-branded version that you can distribute from your site.";
fDesc[11] = "Google Page Rank just waiting to link to you, and emails them with a customized message.";
fDesc[12] = "Directory Site Submitter enables efficient software assisted submissions. Setup in 5 minutes and submit 20-30 in 30 minutes";
fDesc[14] = "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 = '...';
}
}