var fDesc=new Array();
fDesc[1] = "sytem that is available whether it be Windows, Free BSD, Mac or Linux. As the name suggest it natively creates compressed RAR files which is a much better compression format as compared to the popular ZIP format.";
fDesc[2] = "archives or zip files, what is this? Well, zip files are archives used for storing and distributing files and these can contain 1 or more files. WinZip has a feature called Wizard, which will take you through the entire program, helping you to compress wisely.";
fDesc[3] = "DVD from home videos. You can playback digital media files, and make an archive song collection in MP3. You can also backup personal data and legally record DVDs.";
fDesc[4] = "and watch the latest movies on Blu-ray Discs and HD DVDs, or are you simply looking for the best home-theater playback quality available for DVDs? DVD Suite 6 Ultra for creating discs of your high-definition video content, editing videos automatically, and watching Blu-ray Discs and HD DVDs.";
fDesc[5] = ", ALZip is free, it handles over 30 compression formats, including ISO, plus it is twice as fast extracting files as WinZip. Among other useful features, the program also includes a password recovery tool.";
fDesc[6] = "tasks. It allows you to burn data CDs and DVDs from scratch. It can also convert MP3 songs to CDA format and then burn those files to create an AudioCD file. The program can also create bootable CDs and DVDs.";
fDesc[7] = "This incredible program scans the archive, detects the data structure and tries to recover as much information from the corrupted file as possible.";
fDesc[8] = "This application will enable you to create data, bootable and audio cds as well as data dvds. It also includes a tool for creating labels and booklets, and allows you to design auto start menus to launch programs or documents automatically when you run a CD.";
fDesc[10] = "in your computer) by storing it in a Database. What you do is create an Ultra Recall Database (*.urd file). You can create any number of database files and save them anywhere, transfer them to another system, etc";
fDesc[11] = "your inventory accuracy, reduce holding, alert abnormality, and track items in details.";
fDesc[12] = "and modify ISO files.The major drawback in the trial version of the product is that the user is able to make only up to 3 ISO files. Also, you cannot make a complete copy of your CD or DVD disk to an ISO image.";
fDesc[13] = "capture, organize, and recall all of your electronic information across all the applications that you use.";
fDesc[14] = "hand punch biometric readers. Perfect for small business, TimeVue Lite installs quickly and is easy-to-learn, yet is robust enough handle your basic time and attendance needs. If needs change, you can upgrade at any time to TimeSource Complete for more features, or use an add-on module such as Multi-user, Auto-poll, Custom Rounding or Custom Hours. Upgrades are available immediately over the phone and don't require additional software installation. Features: * Runs on Windows 2000, XP and 32 bit Vista * Supports all pay periods (weekly, biweekly, semi-month, month, or custom) * Outputs reports including time card, tardy, attendance, labor, and summary * Supports 99 departments (18 per employee) to further refine reports * Outputs reports to your screen, printer, MS Excel, MS Word, PDF or HTML * Exports payroll hours to ADP, Paychex, and QuickBooks Pro * Two levels of overtime (supports...";
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 = '...';
}
}