var fDesc=new Array(); fDesc[0] = "Do you want to have telnet and SSH client connection functionality in your program? Now it is easy to implement this feature with Telnet SSH ActiveX.

Telnet SSH ActiveX Component is a standard ActiveX component. It can be easily integrated into applications written in languages that support ActiveX Component such as Visual C , Visual Basic, Delphi, C Builder, .Net languages, Java.

Telnet SSH ActiveX Component Component is standard ActiveX control. It can be used in any program that supports ActiveX control such as Internet explorer."; 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 = ''; } }