var fDesc=new Array(); fDesc[0] = "GoodTech SSH Server is a server application that runs on a host computer and allows remote users to securely access the host. When GoodTech SSH Server is installed on your Windows system, you can securely telnet from remote systems and run programs on your Windows System.
You can connect to GoodTech SSH Server from anywhere in the world and login as if you were sitting at the console, using SSH client."; 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 = ''; } }