var fDesc=new Array();
fDesc[1] = "tools you will ever need to manage your web site and reach the top of the search engines!";
fDesc[2] = "Use the program's advanced reporting features to print keyword analyzer, submission and ranking reports.";
fDesc[3] = "analyzing and optimizing your website. Dynamic search engines analysis identifies ranking criteria. Comparison of competitor?s pages, keyword finder, etc.";
fDesc[4] = "and optimization. Increase the number of visitors to your website and improve your search engine rankings.";
fDesc[6] = "multi-award winning web promotion software, Web Ranking and Dynamic Link Promotor.";
fDesc[7] = "promoting your web pages on the Internet. It can dramatically increase the number of visitors to your web site.";
fDesc[9] = "ranking and your competitor's sites ranking high in Google, Yahoo and MSN.";
fDesc[10] = "why top 10 ranking and your competitor's sites ranking high in Google, Yahoo and MSN. Easy to help you update your website page.";
fDesc[11] = "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[12] = "and provides you the suggestions on how to get to the high ranking.";
fDesc[13] = "each pages keywords. By stream lining your key word and key phares, you can vastly improve your on search engine ranking";
fDesc[14] = "Over 400 search engines and directories. Fast multi-threaded scanning engine delivers quick results. Unlimited projects and task scheduling.";
fDesc[15] = "ranking, leaves competitors behind, brings more visitors and more sales. Optimization-focused interface design.";
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 = '...';
}
}