var fDesc=new Array(); fDesc[0] = "Cute FTP Pro is a great program that offers comprehensive protocol options, including FTP/S (SSL), HTTP/S (SSL), Secure Shell (SSH). Also the program supports OpenPGP encryption, one time password authentication protocol, and provides a password manager. Moreover the tool enables you with fully-automated transfers, safely backup or synchronize your sites, easily monitor local folders for changes, time saving scripts and macros."; 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 = ''; } }