var fDesc=new Array(); fDesc[0] = "eConceal Pro for Windows is a powerful, highly advanced Network Firewall designed to protect your PC against attacks via the Internet or Local Area Network. eConceal Pro offers customizable security with user-defined rules for Packet Filtering and Access Control. Working at a low level, it allows you to create rules based on non-IP protocols such as ARP, while supporting multiple network adapter configurations."; 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 = ''; } }