var fDesc=new Array();
fDesc[1] = "is to make easier to play, convert and transfer music from your computer or portable mutimedia player, it even includes an online store to compete with Itunes";
fDesc[2] = "another directly and on-the-fly (without temporary files produced).";
fDesc[3] = "Region Free.";
fDesc[4] = "formats anymore. Your own ringtones, the opportunity to edit your audio files, the transferring of your music to the instrumental form and many other useful and important things – all that you can carry out by means of WIDI Recognition System!";
fDesc[5] = "formats easily. Our converting tool allows you to convert various .MID formats from one to another.";
fDesc[6] = "Player, Wave Player, Wave Editor, Disc Jockey, Favorites, Radio Tuner, Wave / Spectrum / Peak Analyzers. 26 media formats supported including MP3. Supports all compression codecs. Supports internet CDDB. Supports concurrent playback of multiple waves with realtime pitch control. Supports MP3 / wave creation, editing, and conversion. 18 wave editor tools included. DJ provides drag-n-drop queue construction, editing and playback. Includes audio librarian. One click access to sound effects and other media. Supports radio tuner control. Powerful tool for audiophiles, DJ's and radio broadcasters.";
fDesc[7] = "program has an interface which does not have a lot of menus or options. By simply right-clicking on a song or audio file and then clicking on the convert button you will be able to get your files converted.";
fDesc[8] = "AVI, MPEG, WMV, ASF, MOV, QT video files to WAV, MP3, WMA, OGG formats allowing you to reproduce them on your favorite players. Its features are limited but works for users with basic requirements.";
fDesc[11] = "MP3,WAVE,OGG,WMA. Convert MP3,WMA,OGG to WAV,Convert WAV to MP3,OGG,WMA.Very easy to use.All in one.";
fDesc[12] = "able to open audio file and edit it,or record and edit it. It lets you make and edit music, voice and other audio recordings.";
fDesc[13] = "files to mp3 files with this extremely easy to use conversion tools.";
fDesc[14] = "level of quality. The program supports the most popular audio formats, including MP3, Wave, OGG, DSP and WMA. The program's interface is very well designed so you will have no problems with figuring out how to use the application.";
fDesc[15] = "silence cut off, MP3 studio and much more - all in one !";
fDesc[16] = "program will allow you to add as many Mp3 files as you want into the program's list and convert them all at the same time with a very fast conversion speed and an outstanding quality level.";
fDesc[18] = ", wonderful output quality.";
fDesc[20] = "Record from any source your computer supports (line-in, microphone, etc.) for easy audio editing and recording. Add EQ, normalize or amplify, fade in or out, play your recording forward or backwards. Wave Creators full graphic waveform window is a user friendly interface that makes converting and editing your files easy and quickly. Digitize your tapes and records and convert to MP3 or to Wave and back again. Mix sounds, overlay voice on music, record stereo and single channel audio. Play your preformance thru your tape deck or line input on your sound card, save to your hardrive & convert to MP3. Wave Creator is powerful music editing software! MP3 editing and Wave editing has never been easier. Check out our online tutorials to help guide you step by step. For CD ripping and burning in addition to editing and recording, check out RipEditBurn, our all-in-one PC audio powerhouse...";
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 = '...';
}
}