var fDesc=new Array(); fDesc[0] = "PC Brother IE Care Free is a free but powerful utility for Internet Explorer. It can repair faults from IE and system, clean temporary files, cookies, history and plug-ins and keep your web-surfing secure!

Main Features:

- Users can click the buttons to turn on or turn off IE security shield. .
- This will remind you that IE security shield is turned off when it is red and green means IE is turned on."; 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 = ''; } }