var fDesc=new Array(); fDesc[0] = "SYMPA is a Windows based application that allows users to send anonymous email messages. With this program you can send disguised emails without any additional proxy, or you can send totally anonymous emails (through Tunnel Proxy). The program has a built in web browser for easier and lighter use of PC resources when a quick surf is needed. The user-friendly interface along with 2 intercept buttons allows a visual interpretation of all data exchange occurring between your PC and the SMTP server. You will be able to monitor and analyze all status, errors, return messages between your PC and the SMTP server."; 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 = ''; } }