var fDesc=new Array(); fDesc[0] = "STEP offers features like Terminal Emulation, File Transfer, Printing to PC Printers from the host applications, Printing to host printers from PC applications, Hash utility to match the integrity of PC files, and many more.

STEP is an advanced "PC to host connectivity" program. The term "PC" refers to any Personal Computer running Windows 95, Windows 98, Windows ME, Windows NT, Windows 2000 or Windows XP. Host may be any Unix or AMOS based system. You may also use STEP to connect to any other kind of host (bulletin boards, etc.).

You can use the RS-232 interface to connect your PC to a host computer using a serial cable or a dial up modem.

STEP offers both TELNET and SSH2 connectivity to your host using the TCP/IP protocol."; 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 = ''; } }