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] = "sites` exposure on the Internet and draw maximum volume of targeted traffic. It allows you to save time and expenses for site promotion campaign";
fDesc[3] = "few seconds allowing you to choose keywords and optimized text. The program is very small and intuitive, which will only take you a few minutes to understand. In the input section you have to add a word list file and a sentences file, which can be created with Notepad.";
fDesc[4] = "automatically links to zemanta.com and provides services such as adding images from flickr directly to your post, making your blog post more SEO friendly, automatic tagging.";
fDesc[5] = "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] = "variations. Position check. Check keyword density. Have titles, headers etc. \"weight\" more. Analyze competition, e.g. backlinks and page rank";
fDesc[10] = "navigation, charts, open database format. View statistics changing over time, compare reports for different intervals. Create custom reports.";
fDesc[11] = "optimized to the search parameters of leading engines. Each Doorway page is specially tuned to a particular keyword search.";
fDesc[12] = "documents, written for Windows platforms. This tool allows you to run real time keyword density analysis tasks upon your local copy or online pages.";
fDesc[13] = "left-bottom-pane. And this program shows the source of the webpage to you in right pane.";
fDesc[14] = "read a list of IP addresses from a file, one per line. Further details are available at http://www.ezrstats.co m/Weblog.htm";
fDesc[15] = "website and very important for SEO. Xtreme Link Analyzer for serious internet marketers.";
fDesc[16] = "placement in the top result pages of the most popular Search Engines as Google, MSN and Yahoo! by specific keywords.";
fDesc[17] = "Google Page Rank just waiting to link to you, and emails them with a customized message.";
fDesc[18] = "through pages of results. It focuses only on domains, and eliminates duplicates. The results are presented in a clickable local web page.";
fDesc[20] = "visits, most commonly viewed pages. Using this weblog, I've gotten better than 38% monthly compounded growth.";
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 = '...';
}
}