var fDesc=new Array(); fDesc[0] = "TK Suite Client is a component of the TK Suite software package and serves to integrate
the functions of TK Suite Server into your PC environment.
TK Suite Client lets you use the CTI functions in TK Suite Server. You can also use
it to start the individual web-based applications in TK Suite Server (Set, Contact, Bill,
Settings)."; 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 = ''; } }