var fDesc=new Array();
fDesc[0] = "MassTransit is the perfect solution to address your most challenging digital content collaboration requirements -- whether you are looking for a solution to securely share digital content or whether you need an enterprise-level managed file transfer (MFT) solution that leads the industry in performance, reliability, security, and ease of use.
Features:
* MassTransit is today's fastest, most reliable and easy to use managed file transfer solution.
* With MassTransit's UDP performance option, you can send files up to 10X faster than traditional FTP protocols.
* MassTransit's end-to-end performance is superior because we eliminate the need to ZIP or UNZIP files before and after they are sent.
* MassTransit has the flexibility to quickly and easily send and receive files using virtually any of today's transfer protocols including: FTP, HTTP, HTTPS, or our own industry-proven MTAP (MassTransit Advanced Protocol).
* MassTransit does not suffer from the same security or reliability issues that are inherent in traditional FTP-based products.
* MassTransit's user interface is intuitive and web-based - so usability is never an issue.";
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 = '';
}
}