var fDesc=new Array(); fDesc[0] = "Find, Record & Convert Web Radio Shows & Stations onto your PC easily with Jaksta Radio Recorder for Windows. Jaksta Radio Recorder includes a Guide and scheduler to make it easy to find and automatically record your favorite shows. Sirius/XM, BBC, NPR, CBC, IHeartRadio streams and much more can be easily recorded. Podcasts are also easy to find in the guide and easy to record. Convert your recordings to all the popular formats for easy listening wherever you are."; 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 = ''; } }