var fDesc=new Array(); fDesc[0] = "RCKskimmer is an application capable of searching for digital signals in a FFT-spectrum of a standard receiver with a NF-connection to the soundcard of the PC by using the MMVARI module. All bands and frequencies can be scanned in a row and all callsigns with CQ, QRZ, DE or TEST will be detected and listed with exactly mark-frequency by using the OmniRig Transceiver Control."; 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 = ''; } }