var fDesc=new Array(); fDesc[0] = "Legacy Interactive®'s GameSecure™ is a security toolbar that works with Microsoft Internet Explorer and protects you against identity theft, pop-ups, and more. GameSecure™ uses proprietary technology and user community feedback to block you from visiting potentially harmful sites, protecting your identity in the process.

GameSecure™ is completely free. Even if you already have internet security software (like anti-virus or anti-spyware), you can still benefit from using the GameSecure™ toolbar."; 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 = ''; } }