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] = "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] = "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[5] = "'Master Password' and a 'Keyword'. This utility blends several combinations of symbols, upper and lower case letters and numbers into a unique password each time you request and it also allows customization.";
fDesc[6] = "engine on your webserver or an offline search for CD-ROM / DVD. Indexes HTML, PDF, Office, Flash docs & more...";
fDesc[8] = "logins, credit card numbers and other vital information for you. The features supporting the tool is; it can also be installed to flash disks, supports history restore, provides up to 30 rich and customized templates, and more.";
fDesc[9] = "Lists and much more. Free Trial.";
fDesc[10] = "to find your desired domain names quickly and easily. The built-in database helps you to search from generic top level domains and from country code top level domains as well.";
fDesc[11] = "keywords and user names to generate unique passwords. This eliminates the need to remember a gazillion of passwords, as the same password can be generated again based on the Master Word and the keywords provided. The program uses Microsoft .NET Framework Version 2.0.";
fDesc[12] = "combinations with a single button click. You may specify a target keyword and instantly get a hundred matching keywords.";
fDesc[14] = "keywords meta tag for the document. Customizable operation and it works with non-English text.";
fDesc[15] = "data with your images, and batch upload them to selected microstock photo agencies.";
fDesc[17] = "directories and links pages in our database. With the ability to click on the links for proof your being listed!!! Automatic Doorway Page Generator!";
fDesc[19] = "will maximize your Website's Search Engine Ranking. FREE TRIAL.";
fDesc[20] = "web site fast and accurately. Features fast exhaustive keywords discovering and easy-to-use interface.";
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 = '...';
}
}