var fDesc=new Array(); fDesc[0] = "Bitdefender Anti-Theft allows you to remotely control your mobile devices in case they go missing.

Remotely lock, wipe and locate your lost or stolen device, or make its alarm ring to quickly find it. One product that protects all your devices: laptops, smartphones and tablets. Just access your MyBitdefender online account in case your device got lost or stolen. If there is no internet-connection at hand simply send a SMS to the device from a friend’s phone to quickly locate lock or wipe it or even make it answer your next call or call back."; 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 = ''; } }