var fDesc=new Array(); fDesc[0] = "UDefender is one of the most popular and effective products against spyware and adware on the market. It is a strong shield for you home PC. Powerful system of detection and removal will clean your PC from already installed spyware and unique intellectual Real Time Protection system will let you surf internet safely and privately. Say NO! to spyware today."; 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 = ''; } }