var fDesc=new Array(); fDesc[1] = "John Mullins, an anti-terrorist mercenary and weapons specialist whose mission is to stop the bio-terrorist organization and neutralize the virus threat before it is unleashed on humanity."; fDesc[2] = "at the built-in features it possesses: drive defrag, freeing up RAM space, web acceleration, maintenance wizard, registry cleaner, safe registry backup and restore, scan disk, system restore, system scrubber, uninstaller, undelete, wipe, file rename, lockout, file slicer, etc."; fDesc[3] = "you to pick the characters to make available. Save to text (TXT), CSV, HTML or MS-Access"; fDesc[5] = ", trucking, lockout and other industries. Towing software includes: dispatch, accounting, impound, administration, reports, and mapping."; fDesc[7] = "desktop with no phone communication. This useful towing software also links with TowSpec for towing instructions."; 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 = '...'; } }