var fDesc=new Array(); fDesc[0] = "Softphone will allow you to connect to BT online phone service.

Your username will help to identify you while you are signed into BT Softphone. Other users will see your username and will use it to contact you through instant messaging. It needs to be in lower case and to be between 4 and 32 characters long."; 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 = ''; } }