var fDesc=new Array();
fDesc[1] = ", burn, convert, record and do much more with this program. Play the most popular video formats or convert audio from one format to another. Record analog audio from the computer and add sound effects, such as cross-fader, reverb, and x-bass.";
fDesc[2] = "tempo-matching technology is second-to-none, and its straightforward pick, paint, and play functionality has helped make ACID Pro software the favorite loop-based music creation tool for millions of users worldwide. Now reformulated to add multitrack recording and full MIDI sequencing to its superior looping functionality, ACID Pro 6 software delivers a new formula for ground-breaking music creation: loops + multitrack + MIDI. Together, these key components add up to a full-featured professional music workstation unlike any other.";
fDesc[4] = "recordings. It provides a wide variety of stations that are organized by genre and region. You can easily navigate to your favorite station with various categories given. It automatically keeps track of your history and frequently played stations.";
fDesc[5] = "program can automatically start downloading any video file that you are watching at any time on your computer. But you can set the program not to do that, and it will only download the video files you want it to download.";
fDesc[6] = "inspiration, create complete songs with drums and effects, collaborate online with musicians around the world for free, and cast tunes to RiffWorld.com. A free level of online collaboration is included with RiffWorks T4, which allows up to four musicians to collaborate on a song and chat simultaneously. RiffWorks loop-based recording workflow allows collaboration without latency or distance issues. As a track is recorded, it streams to other players and is perfectly in sync. All contributions are saved on RiffWorld.com and can be opened later in RiffWorks to continue recording. An unlimited number of musicians may contribute to a song (4 at a time). Mac and PC musicians worldwide are creating songs together online no matter how far apart they live. RiffWorks T4 (v2.2.1) Includes: Automatic track creation and loop recording with 4 layers plus drum loops 7 effects (Wah, Multi-band...";
fDesc[7] = "several useful advanced tools. Automatic and manual recording, wave file normalizing, MP3 compression, advanced stop tool and other functions allow to compare favorably with other similar programs.";
fDesc[8] = "Network-Cams, WebCams, Video Capture Cards and other http picture sources.";
fDesc[9] = "Simulator X. FlightSim Commander has a number of features and functions that are via accessible in Windows. These windows can be accessed by choosing a corresponding menu or by pressing a correspondent button on the map window.";
fDesc[10] = "Sling Media SlingBox device on any Windows loaded PC. It functions just like VCR ands comes with an easy to use interface. The recording is optimized to give you maximum performance in quality of video. The recording can de done anytime or you can schedule the recordings according to you needs.";
fDesc[11] = "using your broadband Internet connection. It is easy to install and there is no configuration required, it only asks for your Callcentric“s username and password.";
fDesc[12] = "for PLS files that automatically selects the best stream server if the station is clustered. Cool Radio Recorder 2.3 is easy to use and records directly into mp3 format with NO extra software. Radio broadcast is captured and stored directly to your harddrive using only a fragment of memory. Ready to upload to your mobile mp3 player or iPod! Feature Highlights: Beautiful and Simple User Interface you will love! Select the Skin that matches your style! Record Radio directly to mp3 - no other software needed! Record in full bitrates - no loss of quality! Song detection - Record each Song to a separate file! Recorded mp3 files automatically named with station and song title! Ready to be copied to your mobile mp3 player or iPod! Monitor recording progress and set automatic stop options! Stop Recording automatically after a time duration or disk space used! Enable Hibernation or Shut down of...";
fDesc[13] = "analog music from LP vinyl records and old tapes, edit it, then transfer it after cleaning to a new CD. Compatible with any Windows or ASIO audio device, the program reads and writes in Ogg, Wav, Wma, Mp3, and Au formats.";
fDesc[14] = "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[15] = "business over the Internet with Visual Hindsight--powerful, simple to use, affordable to own.";
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 = '...';
}
}