var fDesc=new Array();
fDesc[1] = "engines, measure and analyze traffic to your site. Instantly find out which keywords fit in well with your search engine optimization strategy. Analyze how well your site is optimized for search engines and find recommendations how to improve your rankings. Automatically submit your site to the best search engines, find the regularly updated recommendations on manual submissions and registrations with pay-per-click search engines. Check your site rankings in over 100 search engines. Live traffic analysis will provide you with actionable insight based on up-to-the-minute trends. Using over 160 analytical reports you will understand your visitors and answer questions that influence the bottom line of your business: where they come from, what they want; and why they don";
fDesc[2] = "open or closed registrations. The program features a nice and intuitive user interface that makes it very easy to use, especially for beginners.";
fDesc[3] = "organizations, sociaties, clubs, camps, interest groups, associations, health clubs..";
fDesc[4] = "you to pick the characters to make available. Save to text (TXT), CSV, HTML or MS-Access";
fDesc[6] = ", award-winning guide will provide you valuable information about how to start and run a successful shareware business.";
fDesc[7] = "before and after views of registrations when anything changes. Receive email alerts when domains expire or become available.";
fDesc[8] = ", urls, serials, registrations and more all in the one easy to use program.";
fDesc[10] = "The DiscountDomainRegistry .com Domain Name Software will allow you to find a suitable domain name for your product or business and register it instantaneously. It has no nag screens, no advertisements, no crippled features, no registrations and no pa...";
fDesc[11] = "registrations.(known as CAPTCHA?).";
fDesc[12] = ", purchases, etc.). The program can import registrations from files and clipboard, check and send mail, analyse selling statistics";
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 = '...';
}
}