var fDesc=new Array(); fDesc[0] = "ViaDuct FX is a terminal emulation and connectivity tool, allowing you to integrate your host data and applications with your PC Windows desktop. This app provides over 40 terminal emulations, powerful file transfer capabilities, a Data-Basic Control Language for automating procedures, intuitive Windows-based Copy and Paste functions, DDE (Dynamic Data Exchange) linking, and complete integration with WinLink for the ultimate set of PC integration tools."; 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 = ''; } }