var fDesc=new Array(); fDesc[1] = "upload audio files from or to their recorders. Also add messages from the computer to the digital recorder, or edit-split a message into two or combine several, up to five in one."; fDesc[2] = "etc. from your local computer or the internet. Captured sounds can be saved in WAV or MP3 format, using real-time conversion (without creating temporary files). The program offers direct support for RealPlayer, Winamp, Windows Media Player ,Power DVD ,Flash, Quick time and many others. It also includes a built in WAV/MP3 player, so you can listen to your recordings immediately after you finished recording."; fDesc[3] = "in your computer and save it as MP3 file format. The tool enables you to record sound from sources like microphones, sound manager, Real Player, Media Player or any other digital sources that can be played on your computer."; fDesc[5] = "working with an up to date driver for Windows. Built-in motion detector and scheduler are available."; fDesc[6] = "to use Digital Video Recorder software for video recording purpose including audio and video options."; fDesc[7] = "for streaming audio. Convert MP3,Wave, Real Audio. Use Song Grabber to record content you forgot to schedule."; fDesc[15] = "into a USB port on your PC and lets you tune into over 120 digital audio satellite channels, featuring music, talk, comedy and news. Using TimeTrax, you can now record directly from your XM PCR radio onto your PC's hard drive in WAV or MP3 format. Using TimeTrax's 10-event scheduler, you can time shift programming. Is there a concert being broadcast at 2:00 am that you really want to hear? No problem, use TimeTrax to record the concert and listen to it at your convenience. Your favorite talk show on during work hours? No problem, using TimeTrax, you can listen to it when you get home. More than just a digital recorder, TimeTrax records individual songs. Instead of being left with one large MP3 file containing an hour's worth of music, TimeTrax divides it up into individual named MP3 files, each containing precisely one song. Each MP3 file is named with the artist and song name, and its..."; 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 = '...'; } }