var fDesc=new Array(); fDesc[0] = "- Customize your settings to fit your business applications
- Change frequencies or codes
- Add or remove channels
- Prevent users from changing settings
- Quickly copy settings from one radio to another for add-ons or replacements
- For display models, personalize the name of the radio
- For display models, personalize the name of each channel to your workgroup"; 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 = ''; } }