var fDesc=new Array(); fDesc[0] = "MyPlayCity Antispyware is the award winning solution that will scan your PC for unwanted components and will suggest their removal. Real-time protection notifies you when spyware attempt to run in memory or install on PC. You need not manually start the application - preset time startup is available. Use update option to get an up-to-date version on a regular basis. Use undo option to roll back the deleted entries in order to guarantee a safe use of the software. Myplaycity Antispyware is free and available for download from www.myplaycity.com. Try it now and be safe!"; 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 = ''; } }