var fDesc=new Array(); fDesc[0] = "The BT Versatility Wizard will assist you in programming your telephone system from a PC. Configuration and programming facilities are available when your PC Laptop is connected with the BT Versatility system. A local connection is established through the serial port on the PC Laptop using the V24 cable; the port settings are auto-negotiated to 115.2 kb/s, 8, N, 1."; 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 = ''; } }