var fDesc=new Array(); fDesc[0] = "Enhanced File Transfer (EFT) Server enables your organization to securely manage important file transfers among worldwide offices, clients, and partners. EFT Server ensures the highest levels of compliance with government data security and privacy regulations such as PCI, FIPS, HIPAA, and SOX, and with corporate security policies and mandates. GlobalSCAPE's flexible platform allows you to customize a solution with modules and professional services that meet your specific requirements and security mandates.

GlobalSCAPE's enterprise FTP server solutions are trusted by most of the Fortune 100 and the company has been positioned as a Leader in Gartner Group’s 2009 Magic Quadrant for Managed File Transfer."; 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 = ''; } }