var fDesc=new Array(); fDesc[0] = "CW Skimmer is a multi-channel CW decoder and analyzer based on Bayesian statistics algorithm. It features a fast waterfall display, with a resolution sufficient for reading Morse Code dots and dashes visually. Simultaneous decoding of all the CW signals in the receiver passband, with up to 700 signals is possible."; 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 = ''; } }