var fDesc=new Array(); fDesc[0] = "The AOL Shield browser provides protection with a whole host of advanced security features, so you can worry less about online threats as you go about your day.

Main features:
- Screen grab protection can stop malware from taking pictures of your monitor as you enter sensitive data.
- Stop scam websites from loading so you don’t get tricked into revealing personal details."; 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 = ''; } }