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] = "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[3] = "5.1.0.939 Home Edition lets you search from your desktop inside your driver or in the web, using the same interface, through the integrated browser function and the implemented Web 2.0 platform.";
fDesc[4] = "and different specialized information sources, applying its own search management tools. Copernic Agent Personal allows you to customize your search, finding and keeping only relevant information.";
fDesc[5] = "and can be very useful for a web programmer. It really impressed me with its user-friendly interface that makes it very easy to use. It is very small in size and supports all common Windows family operating systems like 98/ME/2000/XP/2003.";
fDesc[6] = "include/exclude filters. The unique Logical Text phrasing can help you quickly pinpoint text or a combination of keywords in any file.";
fDesc[7] = "removes the keywords that do not meet your requirements and leaves only the keywords you need.";
fDesc[8] = "keyword search, or seller, and let DeepAnalysis show you (1) All the items with bids, (2) All the sellers who listed the items, with detailed statistics on the items they listed, and (3) Comprehensive statistics about all the items and sellers of the items, including total sales figures and sell-through rates for various types of auctions. Find out what items are most popular, which sold for the most, average pricing data, bidding paterns, reserve auctions analysis, Dutch auction analysis. Find out which sellers are really selling and how much they're making, see their sell-through rates, and find out their average sale price. Discover how much is sold in your favorite category, find category sell-through rates, average category sales data . . . and much more. DeepAnalysis can scan current auctions and completed auctions going back as far as 30 days. It can export reports to...";
fDesc[9] = "marketing efforts.";
fDesc[10] = ", Incredimail and others. No Annual Subscriptions, Self Learning Filters, SmartLock virus protection, unlimited accounts and profiles.";
fDesc[11] = "E-mail, domain, keyword, and mailing list whitelists, blacklists, DNS IP blocking, quarantined mail folder, daily reports, real-time updates, message heuristic analysis, and 20 verification message translations.";
fDesc[13] = "Simple to use and it's FREE! Check whether your website ranks for one keyword or dozens of keywords. It's up to you.";
fDesc[14] = ", thoroughly analyze potential markets, spy on your competition, easily customize almost every aspect of the application and more.";
fDesc[15] = "news. Once updated news is available, you would be informed by a Desktop Alert.";
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 = '...';
}
}