var fDesc=new Array();
fDesc[1] = "problems when you are working with items in a large .pst file or in a large .pst file in Outlook. How many times this, is a big headache! When you try to backup your own .pst files or when you need to export them! Also fixes problems with the user´s mailbox";
fDesc[2] = "technology. Main features: Benchmarking Software - Show how many Frames Per Second (FPS). Realtime Video Capture Software - Fraps can capture audio and video. Screen Capture Software. Support for Vista and DirectX 10 games.";
fDesc[3] = "enables co-workers, customers and prospects to view any application running on your PC in real time. Plus, All You Can Meet(TM) pricing means you get unlimited online meetings for one flat rate, so you can meet as often and for as long as you want, with no overage charges, ever. Features include: Desktop Sharing, Share Keyboard and Mouse Control, Change Presenters, Chat, Drawing Tools, Meeting Recording and Playback, Multiple Monitor Support, Microsoft(R) Outlook(R) and IBM(R) Lotus Notes(R) Integration, Instant-Messaging Integration and a Free Voice Conferencing Service. Security measures include: industry-standard SSL and government-standard end-to-end 128-bit AES encryption, user authentication using strong passwords, specific application sharing and inactivity time-out.";
fDesc[4] = ", removable drives (ZIP/JAZZ), flash devices, and RAID arrays. The program measures the physical performance of the devices.";
fDesc[5] = "when I was using Windows and it was free. It was absolutely awesome, too. It looks a lot like this one, but without the price tag. BWMeter allows you to track your bandwidth usage by means of graphs.";
fDesc[6] = "just needs the URL of the website with wallpapers and a few settings, and you will get all your favorite wallpapers downloaded to your PC automatically.";
fDesc[7] = "Outlook, when you try to do certain things, a lot of pop-ups will tell you if you really wanted to do what you just clicked to do. Those are security measures to avoid unwanted access to your inbox, the spread of spam, and many other security threats.";
fDesc[8] = "a good typing program to help the cause. This is a free program, which basically measures the typing speed on a daily basis and tracks the improvement as time progresses.";
fDesc[9] = "perfect recreation of the layout of the original document, this tool offers a wide range of customization settings and extra functionality, like adding metadata, applying security measures, executing a file before and/or after conversion, or merging several PDF documents.";
fDesc[10] = "requirements. Users are presented with a neat, small tempo setting interface that is very easy to use. They can learn about rhythm and beats per minute by using the program’s user operated controls.";
fDesc[11] = "their products with patches and taking precautionary measures This update called Security Update for Microsoft Office Word 2007 Knowledge Basic Article number 950113 is to prevent others to run and modified in a malicious way a opened file";
fDesc[12] = "measures. This tool is so effective and safe because of its military-grade encryption, the permanent encryption of your data, use of several keywords and also the fact that each record is individually decrypted and encrypted.";
fDesc[13] = "in four different common measures - picas, cms, inches and pixels. The output of the measurement is presented in four values of horizontal, vertical, length and angle.";
fDesc[14] = "measurement conversions fun. A must have for home, business and school.";
fDesc[15] = "Roman Numerals, Number Systems, and now World Currency. Definitions and Reference Tables are included. Educational.";
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 = '...';
}
}