var fDesc=new Array();
fDesc[1] = ", store date in one place. Information is available on your computer in many forms, from business cards to Microsoft Office files, SQL Server data, etc. It helps bring it all together with a few clicks.";
fDesc[2] = "multimedia files). With our thumbnailing scheme, Windows 9x users can have thumbnail features without a Windows upgrade. XP users will enjoy faster thumbnails (benchmark it and see for yourself) and variably-sized thumbs, which can be recycled to free disk space; complete folders are also done in background to save you time. Networking support and Batch UnZipper (extracts multiple ZIP files unattended) is included.";
fDesc[3] = "number of bitmaps. Alpha masks, 3D effects, pre- and post-processing filters and user-made masks are key for creative photo mosaics.";
fDesc[4] = "Corporation. AGEIA PhysX as the name indicate, is used to control or helps to easily render 3D which require a realistic motion. AGEIA PhysX Engines are software components that helps mange settings, do tests on your graphic card.";
fDesc[5] = "checks can't see which makes proofreading faster and helps you to impress even the toughest client.";
fDesc[6] = "of the only ftp clients to combine online editing and builtin previewing of files directly on the ftp site.";
fDesc[7] = "the your various affiliate site logins, URL link codes, commissions and profits all within one simple program.";
fDesc[8] = "each alarm, by marking the weekdays and choosing your favorite song, rhythm or alarm sound for each appointment.";
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 = '...';
}
}