var fDesc=new Array();
fDesc[1] = "files formats supported by this software are as follow: MPEG1, PEG2, MPEG4, I tunes M4A, Matroska, OGG, OGM, Quicktime, RealMedia, WindowsMedia, WMV, WMA Microsoft RIFF (including AVI, WAV) Sound-only formats (AC3, AAC, AU, AIFF, DTS...)";
fDesc[2] = "for non-experts, it has numerous utilities to edit images in a personalized way. However, the amount of tools offered may be confusing to users who have had no previous contact with basic image editors.";
fDesc[3] = "formats easily. Our converting tool allows you to convert various .MID formats from one to another.";
fDesc[4] = "KARAOKE (.kar) files to WAV, MP3, OGG, WMA formats without using your music card. It allows you to pre-listen how a melody will sound with a built-in player, set MP3 tags for output files, set tempo, customize quality, and more.";
fDesc[5] = "lost media files from various digital devices whether it is video, audio or images. Presently it is fully capable to recover your media files from Audio recorders, digital cameras, MP3 players, WMA players, PDA, Mobile phones, hard disk, compact flash card of type I and II etc.";
fDesc[6] = "append an incredible number of new ones. You can connect directly to the Internet Movie Database to retrieve new information, or type it in yourself. It supports RIFF INFO tags, MovieID tags, and IDivX tags, ensuring backward compatibility with standard Windows players.";
fDesc[8] = "commentaries by Mike Nelson (plus other stars of MST3K and guest celebrities) and listen to your favorite Riff Files!";
fDesc[9] = "the free trial version from the developer’s website. When making a tune we can use our own music or use those included in the sample studio library with more than 15,000 samples for all popular styles such as Dance, Hip Hop, Techno, etc.";
fDesc[10] = "creation, 7 guitar-oriented effects, 4 Backups (InstantDrummer, REX Player, ReWire, Metronome), instant podcasting, and online music collaboration. Using the RiffWorks desktop recording application, up to four musicians can connect and collaborate on a song simultaneously. As a layer records, it instantly streams to other players running RiffWorks. As the Riff loops, other players can add more. All contributions are saved on RiffWorld.com and can be opened later for further collaboration. Musicians worldwide are creating songs together online no matter how far apart they live or what time zone they are in! During the beta test, over 600 songs were created by 200 collaborators worldwide (US, Canada, UK, EU, Japan, Australia, New Zealand, Brazil and more) with no latency or distance problems. RiffWorld.com is now out of beta, and 25,000 RiffWorks users are ready to play! Great for guitar...";
fDesc[11] = "save that info inside AVI file. Supports more than 40 tags, not only \"Title\", \"Subject\" and \"Copyright\".";
fDesc[14] = "recording feature lets you easily convert MIDI files to the most popular audio format. The program also features the built-in sequencer engine that allows you to playback MIDI directly in the program and record to Audio with the highest quality. And batch conversion mode saves you the time and hassle of individually converting the files to the desired file type. Along with the ability to batch convert you can, of course, carry out single conversions. Supported MIDI formats which you can convert to MP3: mid 0, mid 1, riff mid 0, riff mid 1.";
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 = '...';
}
}