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] = "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[3] = "keyword density, frequency and position, Build relationships with other sites, Find the best people to link.";
fDesc[4] = "package on the planet.";
fDesc[5] = "Webshop with point and click ease. This powerful ecommerce solution is trusted by over 203,000 online shops around the world.";
fDesc[6] = "Use the program's advanced reporting features to print keyword analyzer, submission and ranking reports.";
fDesc[7] = "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[8] = "Optimization. The main tab of the system is the SEO Analysis which, in turn, includes the five following tabs: Page Summary, Outgoing and incoming links, meta tags, and images.";
fDesc[9] = "and horizontal flash menu headers, a large number of flash templates and flash menu buttons are already included in it. You can select the template of your choice and customize it the way you want.";
fDesc[10] = "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[11] = "offering three different storing forms: text, rich text and html. This application enables you to add multiple articles to a single file and view them in a tree-like structure.";
fDesc[12] = "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[13] = "multi-award winning web promotion software, Web Ranking and Dynamic Link Promotor.";
fDesc[14] = "counted by search engines, choose proper keywords, track the results with a log analyzer tool and more.";
fDesc[15] = "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[17] = "replacement for Internet explorer. It displays page-rank and Alexa information for any web-page you are visiting.";
fDesc[18] = "calculated \"importance\" value for all pages. Details for all pages, e.g. HTML errors, page size and response time. Integrate with online tools";
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 = '...';
}
}