var fDesc=new Array();
fDesc[1] = "the prayers, in other words is an accountant assistance, a timer and agenda in order to keep a schedule for the prays. It has multiple functions and audio guides to not loose the track of the prayers.";
fDesc[2] = "audio player, burn audio to CD, listen to Audible audio on your PC and manage audio on your mobile audio player.";
fDesc[4] = ", but they have made it even better by including their latest technology. ReFX has obviously spent a lot of man hours programming the synthesis functions as the end result is a combination of warm and rich sounding synthesizer beat and tempo.";
fDesc[6] = "alerts immediately via audible alarm, message, e-mail, or third-party software when a connection fails. This is an excellent network monitoring tool delivering low cost, simplicity of operation, and 24/7 coverage.";
fDesc[7] = "TimeFactoryâ„à ‚¢ time and pitch scaling on monophonic and polyphonic music signals. It uses the latest advances in DSP technology to achieve time scaling amounts of up to one third the original length, corresponding to a time stretching factor of 133% and more (or pitch scaling of up to 5 semitones) without audible loss in quality. This is as much as slowing down a complete music piece from 120 BPM to 90 BPM, or vice-versa. Conventional methods used in todays DAW software and commercial applications either suffer from unpleasant harmonic distortion, timing inconsistencies and echoes even at small time scaling ratios, or introduce severe smearing or reverberation that makes the results inacceptable for professional audio purposes when applied to complete musical pieces. TimeFactoryâ„à ‚¢ now offers unprecedented audio quality, easily outperforming all known applications in both quality and...";
fDesc[8] = "with visible and audible mouse movements. Perfect for interactive demonstrations, software simulations, online tutorials, and e-Learning material!";
fDesc[9] = "messages through a network, but is not another messenger clone. It has all functions that are usually included in the traditional instant messaging clients that use the web, but also includes unique features , a very simple interface and very low resources consumption.";
fDesc[10] = "warning just like you see on News programs on television, with a preceding audible alarm sound before the text crawl begins, providing you with the earliest of warnings.";
fDesc[11] = "It will no longer be a case of guess work as to how much you need to bill your clients or assign to a project. Timeloc is ideal for both internal and external billing. Features: Add/Edit multiple clients/projects. Editable billing period increments. Jump easily between tasks. Charge out rate can be set on a per client basis. Add notes to a billing period. Audible alerts and reminders. Reports and graphing. Pause recording for non chargable activity. Export timeloc activity log to csv (paid version only). Includes a handy desktop calendar.";
fDesc[12] = "audio files to clean up the most troublesome problems with Declick, DeCrackle, ReTouch, NoisePrint, DeNoise, MaskNoise, DeHiss and DeHum functions. It includes a CD rip and burn utility to organize your audio files into custom play lists and burn standard Audio CDs that can be played in any CD player. Eight Powerful Sound Quality Improvement Functions - 1. DART DeClick Plus - Elimination of impulsive disturbances and low intensity wide band noise. The tool isolates and reconstructs irrevocably distorted signal samples. 2. DART DeCrackle - An advanced tool for elimination of impulsive disturbances, based on bidirectional processing of audio signals (it combines results of forward-time and backward-time signal analysis). 3. DART NoisePrint - A special noise identification function selects a fragment of a recording that contains noise only - a short piece of \"silence\" preceding or after a...";
fDesc[13] = "quietly in your taskbar displaying the current temperature of your location. If WITN sends you an alert, you will hear an audible sound from your computer, after which a text crawl, just like a newsreel crawl, will display your weather warning across your computer.";
fDesc[14] = "monitored are http, ftp, smtp and pop3. Incorporated are visual and audible alerts and option to launch an application or send an email.";
fDesc[15] = "high priority task, Schedules and tasks management tools, Notepad with reminder options to keep track of annual and major events, Hobbies, notes and other personal information organizer by categories. A-Z Planner is low-cost tasks and time management software that enables you to manage your daily, weekly, monthly tasks and schedules, to-do-list etc. MAIN FEATURES: Customizable day planner with audible reminder and pop-up alerts for high priority task Schedules and tasks management tools with graphical illustrations Notepad with reminder options to keep track of annual events, hobbies and/or other personal information Database backup option to guard against information loss and file corruption Database access security option to protect your data and privacy from intrusion Flexible report templates for exporting data to various formats: Word, Excel, Rich Text, CSV, HTML Ready-to-use...";
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 = '...';
}
}