var fDesc=new Array();
fDesc[1] = "pages. You can use Good Keywords to find suitable keywords sets, create your customized meta tags, brainstorm product ideas, etc. The program has six different modules, each with its own utility.";
fDesc[2] = "tools you will ever need to manage your web site and reach the top of the search engines!";
fDesc[3] = "to get the first mover advantage on comment posting for more targeted website visitors & better link popularity.";
fDesc[4] = "rank and referrals very easily. You will easily boost your link popularity, position in search engines.";
fDesc[5] = "trades by finding web sites and automating 95% of the work in Link Marketing. The original and only robotic, link trading tool.";
fDesc[6] = "to find your desired domain names quickly and easily. The built-in database helps you to search from generic top level domains and from country code top level domains as well.";
fDesc[7] = "direct add link page, that you can add your link directly. Such as www.a.com/addurl.html, www.b.com/add-link.htm l";
fDesc[8] = "ranking doorway pages, submit website to 600 search engines and 179 500 FFA and check your link popularity.";
fDesc[9] = "your web site. You'll benefit from highly targeted free traffic to your web site, new business contacts, a managed link exchange.";
fDesc[10] = "locate your URLs and your competitor's Urls in the retrieved search engine answer pages include both sponsored and matched results.";
fDesc[11] = "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[12] = "promotion as you'll start seeing an increase in your link popularity within a few days of using it.";
fDesc[13] = "directory, the directory submitter automatically fills out the anchor text, URL, and description.";
fDesc[15] = "Google Page Rank just waiting to link to you, and emails them with a customized message.";
fDesc[16] = "of link exchange with thematically related sites thus helping improve your Web site`s link popularity";
fDesc[17] = "generates a HTML monitoring report. Not only will it help you get a higher rank in search engines, but it will get more traffic for you from other sites.";
fDesc[18] = "scripts using the most effective technique and offers you fantastic opportunities for your web site promotion, increasing the link popularity of your web project. The most effective method of increasing the link popularity of your site is to post to online message boards, blogs. We are very glad that we can introduce our message boards/blogs submission software to you. This is a unique product that gives you a possibility of enhanced submission form parsing abilities. The main features of our submission software are: enhanced submission services, searching of blog sites, saving list of blog site URLs. You have a possibility to post unlimited amount of data sets to many messages boards, blogs or other scripts with different submission form structure! By pressing a button you can send your information to many scripts with different submission form structure. You will get full posting...";
fDesc[19] = "in ranking your site in search engine results. Compare your site against competitors and identify problem areas.";
fDesc[20] = "to hundreds of search engines and Internet directories and rank your site to see how visible you are on the major engines. Website ranking analyzer, HTML doorway page builder, Link Popularity analyzer & Keyword suggestion tool.";
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 = '...';
}
}