var fDesc=new Array(); fDesc[0] = "Air Messenger ASCII gives you the ability to interface multiple software applications or device for paging by generating a simple text file that our software can process into a page. Air Messenger ASCII also supports DDE and Command Line paging. Supports SNPP, WCTP, TAP/IXO, and Email paging. Supports WCTP Over HTTPS and does not require SMTP sever to send E-Mail Pages."; 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 = ''; } }