var fDesc=new Array();
fDesc[0] = "GTW420-Pro is a full-featured terminal emulation for VT420, VT220, VT100, ANSI, SCO ANSI and Unix/Linux. Unique and new printing method convert printout to e-Mail, FAX it or print it on ANY printer.
GTW420-Pro supports Telnet, COM ports/Modem and FTP/Zmodem/Kermit file transfer.
GTW420-Pro delivers the power of windows to terminal emulation, use dynamic graphic background images, and display 3D Table Frames.Its Fast FTP client automatically create macros to repeat the transfer. GTW420-Pro includes an Highly customized user interface, User-defined button bar for shortcuts, 'Tools' menu that launch windows applications from the emulation window,
a Powerful script language includes Script Editor and Auto Script recording, and much more."";
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 = '';
}
}