var fDesc=new Array(); fDesc[0] = "Mitel’s new Integrated Office Navigator PC application enhances the use of your Navigator telephone set by providing quick and easy access to telephony from your desktop. The Integrated Office Navigator also provides seamless integration of telephony with Microsoft Outlook and Microsoft Windows Desktop Search, allowing the user to be immediately attentive to incoming calls."; 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 = ''; } }