var fDesc=new Array(); fDesc[0] = "Data Transfer Utility for Windows 95 and Windows NT (4.0 & up) The Data Transfer Utility allows the user to transfer data from a SIR System-2000, SIR System-2, SIR System-2P, SIR System-10A+, SIR System-10B, SIR System -10H, or Vermeer Interragator System to a personal computer. Transfers from all other systems are not supported. If using Windows XP, you must set the compatibility mode to Windows 98."; 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 = ''; } }