var fDesc=new Array(); fDesc[0] = "The MIL-STD Data Modem Terminal (MS-DMT) is a modem-based communications terminal tool developed as a Microsoft Foundation Class (MFC) Multithreading 32-bit application designed to run under MS-Windows XP SP3 and, thus, also Vista SP2, Windows 7 and Windows 8 operating systems."; 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 = ''; } }