var fDesc=new Array(); fDesc[0] = "This Kol Haloshon MP3 Download Program allows you to download the MP3 files to a local folder on your computer. Alternatively, the Kol Haloshon MP3 Download program allows you to interactively play the MP3 shiurim files.
Be aware that if your internet connection speed is slow, the shiur may sound choppy."; 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 = ''; } }