var fDesc=new Array(); fDesc[0] = "The ConFiG SoftRock tool can be used to configure the SoftRock USB Si570 firmware. With the installation of this package you will also get the ExtIO on your system, you must copy the file to the Winrad executable directory. Beside this CFGSR program there is also a ExtIO_Si570.dll file to be used with Winrad and clones like the HDSDR or others. The CFGSR and ExtIO_Si570 are now based on the same source files and will function (almost) the same."; 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 = ''; } }