var fDesc=new Array(); fDesc[0] = "The Radio Operations Center (ROC) is a comprehensive suite of full-featured software solutions for commercial radio, amateur (Ham) radio, MARS and marine radio control. ROC is the only 32-bit Windows software available for operating TNCs in host mode as well as soundcard support for all the digital radio modes."; 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 = ''; } }