var fDesc=new Array();
fDesc[0] = "eTouchWare?s Patent Pending application called; Tirminal (www.tirminal.com), represents a new age in file transfer applications. Tirminal is a windows application that provides its users with the option to send any size file and any volume of transfers to anyone on the internet ? without requiring the recipient to install Tirminal themselves.
Simon Grunfeld, Director of Business Development states:? We?re re-writing the way that the online file transfer market is going- we?ve developed a new platform for data transfer which allows anyone with a PC to send/receive files, stream video and audio, and share your desktop live with anyone that can receive a hyperlink from you."
Features in Tirminal include:
Unlimited File Transfer
256 Bit Encryption on file transfers.
Fastest available file transfer platform available in the market Today.
Streaming Media and Shared Desktop ability
Local Website Hosting";
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 = '';
}
}