var fDesc=new Array();
fDesc[1] = ", ROUND, SIN, SQRT, SQR, TRUNC, NOT, BOOL, SGN.";
fDesc[2] = "First of all, we must have the work done by delivering the financial information to the employees. But we must be very careful, because if we assign too much work to the same employee he can be stressed out.";
fDesc[3] = "interact with you using perfect English. The program is really easy to use and fully customizable. It includes multiple skins to choose from as well as characters and voices for your 3D animated digital secretary.";
fDesc[7] = "finally become a savvy spender and protect yourself from the danger of debt.";
fDesc[8] = "friendly desktop application. With it, your can also selectively remove IE visit history, IE cookies, cache files, typed URLs in IE, forms of AutoComplete list in IE, Windows My Recent Documents list, files in Windows Recycle Bin, files in Windows Temp folder, Office open history.";
fDesc[12] = "secretary will be able to organize her boss agenda, a professional will be able to manage his clients visits, etc.";
fDesc[14] = "all in one cute application with innovative animated interface. Put this virtual personal secretary to work for you to help you get things done!";
fDesc[15] = "church matters. Now includes a visual report builder to let you modify the sample reports and create reports from scratch. Much more.";
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 = '...';
}
}