var fDesc=new Array(); fDesc[0] = "Your personal and private information stay in a trusted environment making it impossible for spyware, keyloggers, botnets or any other Internet born malware from stealing your personal data and documents. BufferZone Pro keeps you surfing, downloading, e-banking, sharing, chatting, and e-mailing to your heart's content - basically, using the Internet as it should be used. The Virtual Zone gives you total freedom, peace and security on the Web. With BufferZone Pro, you can do absolutely anything on the Internet threat free."; 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 = ''; } }