var fDesc=new Array(); fDesc[0] = "SoundTap is a streaming audio recorder SoundTap is a streaming audio recorder that allows you to record just any audio that can be played through your Windows computer. The program is really easy to install and use, and in a few seconds all the sounds played on or through the PC will be recorded as wav or mp3 files with no loss of quality. With this incredible program you can record almost all types of streaming audio broadcasts, VoIP calls on softphones or instant messaging audio, internet music from free sources, internet radio and other online audio or webcasts. Moreover, you can select to either listen while you record streaming audio or save audio silently, save files in wav or mp3 format with a wide range of selected codec and compression options, pause and resume recordings and search recordings quickly by date, time, duration or format. What is more, it works with almost all media players (like Windows Media Player, Real Audio, QuickTime) and softphones (like Skype, eyeBeam, Express Talk), and supports Windows 2000, XP and Vista."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }