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. That means you can multitask, quickly and easily integrate other radio or PC productivity tools, and take full advantage of the speed and processing power of the latest Windows XP and Vista-based computers."; 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 = ''; } }