var fDesc=new Array();
fDesc[1] = "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[2] = "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[4] = "'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[5] = "Lists and much more. Free Trial.";
fDesc[6] = "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[8] = "data with your images, and batch upload them to selected microstock photo agencies.";
fDesc[11] = "will maximize your Website's Search Engine Ranking. FREE TRIAL.";
fDesc[12] = "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 = '...';
}
}