var fDesc=new Array(); fDesc[0] = "WinPFT File Transfer Utility allows an user to upload/download applications to a PanelView Terminal and/or DL40 Message Display Terminal.To select the appropriate device, click on the radio buttons at the top center of the main program dialog box. The Windows based PanelView Terminal Firmware Download Utility Program (WinMBFWDL.exe) may be installed to a local hard drive or run directly from the WinPFT CD autorun splash menu."; 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 = ''; } }