var fDesc=new Array();
fDesc[1] = "basic text editor. Editpad Lite contains a tabbed interface from where you can quicky switch among open files by clicking on their tabs.The tabbed interface also helps in reducing unnecessary cluttering on the workspace.";
fDesc[2] = ", resolution changes, cropping the video very easily. AVI ReComp shows every detail of the AVI file you import for re compressing like, video duration, size, bit rate, resolution, frames, fps, audio type, audio channels (mono or stereo), audio bit rate and audio size.";
fDesc[3] = "another size/type (i.e. WAV to MP3, or MP3 to OGG without creating an intermediary WAV), get rid of your bulky audio CDs lying everywhere, convert channels (stereo to mono) or change bitrate or frequency. It is the fastest and most affordable audio converter currently on the market. Audio Converter is unique - it supports most popular formats of audio.";
fDesc[4] = "audio. Designed as a modular system, the main application provides a mixing console, while the audio sequencer and the live audio input are loaded as separate Plug-Ins.";
fDesc[5] = "through Bikini Bottom in this game, where you can play with another three players, impersonating your favorite characters (SpongeBob, Sandy, Squidward or Patrick).";
fDesc[6] = "you design your own sound. There are tools in the program which are very practical for working with sound. They let you process, edit and record sounds in both wav and mp3 formats. The software is a sound editor, audio editor and wav editor in one package.";
fDesc[7] = "mode (mono or stereo), sample rate, and bit rate. You can also configure splitting options by time or with a silence threshold, and set the recording device.";
fDesc[8] = "possible to develop applications under UNIX that could be deployed as .NET Applications. This package includes GTK+, a toolkit for creating graphical user interfaces written in C.";
fDesc[9] = "matter if you are listening to your favorite on-line radio, your audio CDs, or if you want to record your voice by using your microphone. With this versatile program you can do it easily.";
fDesc[10] = ", RTTTL and mono ring tones), games, wallpapers, screensavers, videos and more content for your phone.";
fDesc[11] = "This is a good pack for people who like to play with the sound tracks. The 4 plug-ins let you convert mono to stereo and vice versa, improve the spatial effect, correct any stereophonic effects and estimate the correctness of the stereo signal.";
fDesc[12] = "enhancement of mono-stereo conversions, which broadens the sound. The user can set the rate as low as 0.01 cycles a second. The acidized oscilloscope shows the user the music in colors. It is fast and reliable and sounds like an old-style foot-pedal phaser.";
fDesc[13] = "directly from any device. You can adjust MP3 sample rate from 22050 Hz to 44100 Hz, bit rate from 96 to 320 bits, mode can be stereo, joint stereo, dual channel or mono. It also has a tag editor.";
fDesc[14] = "experience from music recorded in mono.";
fDesc[15] = "and WinForms support, SQL Server 2005 compatible, no runtime fees. FTS, CLR Procs, TSQL Procs, CLR Triggers.";
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 = '...';
}
}