var fDesc=new Array();
fDesc[2] = "placement results, not just URLs, but site title and description. Works through Google API and supports all foreign languages!";
fDesc[3] = "tools you will ever need to manage your web site and reach the top of the search engines!";
fDesc[4] = "Use the program's advanced reporting features to print keyword analyzer, submission and ranking reports.";
fDesc[5] = "analyzing and optimizing your website. Dynamic search engines analysis identifies ranking criteria. Comparison of competitor?s pages, keyword finder, etc.";
fDesc[6] = "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[7] = "and optimization. Increase the number of visitors to your website and improve your search engine rankings.";
fDesc[8] = "density, their weight and relevance. With it, you can get a real time report about your current standings for any keyword/search phrase.";
fDesc[9] = "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[10] = "ranking and your competitor's sites ranking high in Google, Yahoo and MSN.";
fDesc[11] = "which submits your web site and URLs to hundreds of major search engines including Google, DMOZ, AOL with just a few button clicks.";
fDesc[12] = "JavaScript, server-side ASP/ASP.NET website search facilities and website sitemap/table of contents/tag cloud and Google SiteMaps.";
fDesc[13] = "advanced portfolio optimization and risk management algorithms, based on the latest achievements in portfolio theory.";
fDesc[14] = "generate reports and make notes. Easy to use search engine optimization software.";
fDesc[15] = "will maximize your Website's Search Engine Ranking. FREE TRIAL.";
fDesc[16] = "web site fast and accurately. Features fast exhaustive keywords discovering and easy-to-use interface.";
fDesc[17] = "pay per click search engines.";
fDesc[18] = ", using the most specific keys, using all similar terms, analysing the resulting text keywords density.";
fDesc[19] = "ranking, leaves competitors behind, brings more visitors and more sales. Optimization-focused interface design.";
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 = '...';
}
}