var fDesc=new Array(); fDesc[0] = "Kaspersky Anti-Virus 2010 – the backbone of your PC’s security system, offering real-time automated protection from a range of IT threats:· Real-time scanning of files, web pages and e-messages· Basic identity theft protection Improved!· Color-coding of links to unsafe websites New!· Disabling of links to malicious websites· Blocking of suspicious programs based on their behavior Improved!· Protection from hijacking of your PC· Self-protection from malware· Regular and emergency updates for always-on protection"; 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 = ''; } }