var fDesc=new Array(); fDesc[0] = "Bitdefender Total Security includes the traditional anti-virus protection, along with an anti-spyware, and firewall. The two-way firewall continuously monitors your Internet connections and prevents unauthorized access, even over a Wi-Fi network. You can make online transactions from a unique, dedicated browser, that secured your accounts from fraud. Bitdefender Safepay can now also automatically fill credit card details in billing fields."; 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 = ''; } }