var fDesc=new Array(); fDesc[0] = "The ADMS-VX3 Radio Programming Software is designed to give you the ease and convenience of programming the memories and set menu options of your radio from your PC. Any memory channel with all its details can be sent to the radio with a simple keystroke."; 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 = ''; } }