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] = "popular because it has faster speeds when downloading compared to other p2p programs that use the same network. Also its community has grown a lot, and this is why users can find a lot of music and videos to download.";
fDesc[3] = "homework done more quicker and easier It can evaluate solve and graphic equations, run matrixes, find standard deviations, means or variances. I'ts a powerfull College Scientific Calculator with nice graphing capabilities";
fDesc[4] = "steps - you can soon say Goodbye to frequent windows freezes and restarts and Hello to faster boot ups and more productivity with a faster accelerated system.";
fDesc[5] = "easy to learn and use. It it not much complicated. This is a mid-range to high-end video editing tool. A PC configured with 1GB RAM is sufficient for running one tool at a time but if you plan to run multiple tools concurrently then I suggest you upgrade your setup to 2GB.";
fDesc[6] = "most frequently used words, thus saving us much precious time. For security reasons, the dictionaries are encrypted; and for the same security purposes we can add those words that we do not wish to be suggested (like passwords, for instance).";
fDesc[7] = "using. The main element in the whole process is the application tracker, Wakoopa 1.0.7, which is a small application that monitors your computer and reports back to Wakoopa with the applications that you use.";
fDesc[8] = "ARTBorders can download new frames and borders from our web site. There are over 200 new frames and borders available on the web site!";
fDesc[9] = "mom or grandmother, but it certainly helps you a lot if work forces you to carry on the same task time and again. Workrave will suggest you to take breaks at regular intervals or when you tell it to. Thus, it can help reduce the risk of suffering from repetitive stress injuries.";
fDesc[10] = "processes. As the name suggest it enables you to unlock the files that are locked by some processes in your system.";
fDesc[11] = "The game story tells that in the deepest darkest jungle lies an abandoned temple. The players must lead Crazy Chicken (the game main character) inside, and travel deep underground to find the elusive Jewel of Darkness.";
fDesc[12] = "type of software then any other floppy repairing tool. Unlike other softwares it does not mark the bad areas of floppy as bad sector. Even it does not hide any bad sector in the file system. As its name suggest, it is a floppy bad sector repair tool.";
fDesc[13] = "option available in blogging platform, but here comes a nice little plugin by Justin Braun that goes by the name of Insert File Plugin for Windows Live Writer, as the name suggest this plugin is compatible with all the versions of Windows Live Writer.";
fDesc[14] = "links and backlinks by keywords and website.";
fDesc[15] = "create a template for compare and contrast essay. It makes process easier with tips at the top of the window.";
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 = '...';
}
}