var fDesc=new Array(); fDesc[0] = "Rocky is an SDR software for the SoftRock radio. This application talks directly to the WDM driver of the sound card; this ensures the lowest possible latency, eliminating a number of problems associated with the Windows K-Mixer, and allows smooth audio streaming between two souncards."; 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 = ''; } }