var fDesc=new Array(); fDesc[0] = "The ProTalk Plus is simple to install and easy to program with any touch tone phone or the included PC software. Alarms can be announced over any combination of radio, telephone or public address system. All voice messages are fully programmable by the user locally or remotely. The ProTalk Plus is expandable from the basic 8 inputs and 4 relay outputs to 64 digital inputs and 32 outputs."; 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 = ''; } }