var fDesc=new Array();
fDesc[0] = "A straightforward, easy-to-use interface, stability, and good performance for personal or business FTP sites.
EZ-FTP features a straightforward, easy-to-use interface, stability, and good performance for personal or business FTP sites.
With the flexible EZ-FTP, you can accomplish almost all FTP jobs with success. It doesn’t matter if it is a web page, software, MP3 files and images, downloading demos or transferring high volume files.";
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 = '';
}
}