var fDesc=new Array(); fDesc[0] = "Scanrem is an application to control and configure AOR AR8200 & AR8600 devices. It has all the main modules to get the data from the device. You can customize the main settings of the device, the memory banks, auto store section, and the most important part the frequencies from the device."; 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 = ''; } }