var fDesc=new Array();
fDesc[1] = "effective way. Its new user interface is intended to make it easier to learn for new users and faster for experienced users. With this program you can stay informed and control project work, schedule and finances, and keep project teams synchronized.";
fDesc[2] = "all the processes running in our computer. It has never been so easy to detect suspected items, enable, disable, remove, or put them in quarantine. We are also allowed to view the security risk for each running process, CPU usage and more.";
fDesc[3] = "BIOS Configuration for ProtectTools Utility is used to locally set BIOS options (such as boot order, disable serial port, etc) using the Microsoft Windows Management Instrumentation (WMI) Specification for the Client Management Interface.";
fDesc[4] = "The release was delayed several times because of developing issues and the end product wasn't really polished in terms of design and functionality. However, it still managed to sell 2 million copies.";
fDesc[5] = "long time unattended recording and you don't miss the start of a song or sound. It can record any sound playing through or any signal connected to your sound card to MP3 and WAV format. To control the recording process Steady Recorder displays a sound waveform and its spectrum in real-time. With the selection tool you can easy navigate throughout the recorded sound, play, select and save any portion of a waveform. General features: Support simultaneous recording, playback and saving. Delayed selection and saving of the recorded waveform is enable. Fast control of available recording and playback audio devices. Recording tool features: Real-time a sound waveform and spectrum monitoring. Peak indicator with sound clipping detection. Very little usage of the computer processor.";
fDesc[6] = "neat and clear interface the user can easily use this application without any mistakes. The main Window displays the timer slider that can be adjusted according to your needs.";
fDesc[7] = "scrolling Internet pages. Not just a capture utility, CaptureEze Pro is also a powerful image acquisition tool with support for high-resolution digital cameras and scanners. Loaded with automatic options for versatile automation of the print process. Automatic start options allow predefined settings, screen to printer color reassignment, time-stamps, user defined text, delayed captures, and programmable 1 key operation. And, CaptureEze Pro even allows automatic incrementing of filename saves, overwrite filename, or direct copy to the clipboard. Includes superior image editing and enhancement tools only otherwise available in high priced, professional software. With two view modes you can create and preview effects from 6.25% to 1600%, and CaptureEze Pro's WYSIWYG print editor lets you see exactly how the final print will look. Included are image masks and cool edge effects, as well as...";
fDesc[8] = "enjoys the low price. Timing Features: Delayed capture Timed auto-capture Scheduled auto-capture Recurring capture";
fDesc[9] = "of a Laptop Computer, as well as being a Quick Shutdown utility supporting idle and delayed shutdowns as well as resuming.";
fDesc[10] = "and JPEG/GIF/BMP Wallpaper Changing capabilities. It is a collection of ACAPsoft utilities.";
fDesc[11] = "speech fluency keeping a confidence. SpeechGym is a significant fluency enhancer. It implements Delayed Auditory Feedback (DAF) technique.";
fDesc[12] = "feedback) method. That method has been applied in the therapy of stuttering people for a long time.";
fDesc[13] = "immediately or delayed, locally or over the Internet. Ideal for use as a reminder program, by sending yourself a de...";
fDesc[15] = "customized features such as provision of delayed recording or the event timer to record anything anywhere, and even it saves them Direct-To-Disc in a real time environment. The user can preview the video in full screen mode with a resolution of 720x480, select the desired bit rate .";
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 = '...';
}
}