var fDesc=new Array(); fDesc[0] = "FileCatalyst Direct is a suite of client and server applications that enable point to point accelerated file transfers. TransferAgent is a desktop application that must be installed in the client machine from which you need to transfer file. This application is able to exchange information through the browser using TCP/IP. Desktop agent eliminates the need for running FileCatalyst Java applet in your browser."; 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 = ''; } }