var fDesc=new Array(); fDesc[0] = "BulletProof FTP Server is an easy to use application for FTP Server.
The program monitors Server Traffic and Activity, enables users to set the Disk Quota, as well as to control the Channel Bandwith. It supports firewall with passive mdeo (PASV), it managers external programs, scripts and group management.

Connection is controlled by IP based accelerator for access control and the results of making as good as possible IP, domain, and user FTP messaging."; 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 = ''; } }