var fDesc=new Array();
fDesc[4] = "continuously aired storm warnings to the community, have developed a weather alert program, the 10-11 Web Alert, that you can download free of charge, which will warn you about serious weather threats approaching.";
fDesc[5] = "whatever your users need to get from you. All in a tiny, under-350K EXE file that uses your names and graphics.";
fDesc[7] = "emailing system created exclusively for MLM businesses.Maintain good relationships with your prospects and affiliates with an automatic reminder system.";
fDesc[8] = "By the time your competitors start to see what's going on, you are already making money from the next killer product.";
fDesc[11] = "commissions from those folks that don't even click your affiliate links.Learn How to never lose another affiliate commission again to thieves.";
fDesc[12] = "site as you wish. It helps make your business grow you and reach more people sharing the same interest.";
fDesc[15] = "digital and also save on expensive graphics programs to generate a \"Real\" presentation of your products.";
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 = '...';
}
}