var fDesc=new Array(); fDesc[0] = "Internet Music Capture, developed by e-soft, is a software utility whose main function is to capture music files from online radios.
Internet Music Capture lets you select among a broad range of radio stations and music styles, to record the songs they are playing and save them to your computer. It gives its users the option of selecting the format of the recorded file, supporting mp3 with several encoding options, wav (wave), and wma."; 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 = ''; } }