var fDesc=new Array(); fDesc[0] = "Simple Com Tools SMTP Test Tool is an SMTP testing application that provides the ability to initiate and monitor a complete email (SMTP) transaction from any PC. Designed with both end-users and network professionals in mind, SMTP Test Tool can send both authenticated and non-authenticated messages, allowing you to watch the transaction in real-time and capture any potential errors or transaction failures."; 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 = ''; } }