var fDesc=new Array();
fDesc[1] = "broken files. It can also capture snapshots, video or audio from the file. You can nearly make all the possible changes in a file. So give it a try and you won’t be disappointed.";
fDesc[2] = "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[3] = "modification of XP system files in order to make it look like Windows Vista. Mentioned in multiple magazines, Vista Inspirat is one of the best ways to change quickly and easily icons, explorer configuration and others.";
fDesc[4] = "management of home accounting. It allows working offline and online, in the latter mode the program updates balances and movements from your bank accounts. It runs only on Windows Vista and Windows XP Service Pack 2.";
fDesc[5] = "use.Support eleven languages, automatically detect the language system.Provides quick operation guide in nine language format.Technical on web site.Free technical support for our products.Language selection can be the native or English.Selection for different image input interface.Capture photo on the control panel.Software snapshot function.Easy installation for application and driver.Support link to Microsoft NetMeeting.Support remote access of security control.Support remote access over the local network.Video CommunicationMPEG real time compressionVideo Surveillance over Internet";
fDesc[6] = "brings a complete solution for virtual classroom activities and education at distance. You can try this application for a period of 30 days. The minimum amount of students’ licenses available to be purchased is ten.";
fDesc[7] = "without having to open the explorer and navigate to facebook website. Among the notifications you can receive unread messages, pokes, friend requests, wallposts or any other third party application you may have configured in your facebook.";
fDesc[8] = "time-travel to her earliest childhood, there she has to discover all her lost toys. You will find that each level is alive with motion. It's very funny, you will realize that once you recover a toy it will start dancing or talking, you will also have the chance to settle it down.";
fDesc[9] = "professional level. NetOp Remote Control is composed by two modules: Host and Guest. The computer with the Host module installed is the one being visited or controlled by the computer with the Guest module installed.";
fDesc[10] = "to perform; no further requirements to install the program are needed. The HTTP Analyzer GUI is friendly and easy to use; the different data sections are organized in different sections to make easy the information analysis.";
fDesc[11] = "you to record your keystrokes and mouse movements into a file with the wk.sp extension, that can later be run by the application, at scheduled times or at your request.";
fDesc[12] = "pointer. Bring the Power of CD+G, CD-Audio, VCD, DVD, and Karaoke Media Files (Audio+G) into one awesome program.";
fDesc[13] = "professional request slips a breeze. Various options include custom sheet arrays and sizes, custom fonts and font sizes, optional border styles, and the ability to add your own custom logo, or simply choose from one of the built-in generic logos. Customizable paper sizes for international users Ability to export sheet of slips to PDF format (make once, print many times later)";
fDesc[14] = "database of past problems and solutions. Output your data to reports, html pages or export to other software.";
fDesc[15] = "their conveniently. Features: collecting users information; generating reports; reminder; sending email.";
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 = '...';
}
}