var fDesc=new Array(); fDesc[0] = "WinSafeguard defends your computer against malware attacks with multiple layers of protection using proactive, reactive and automatic protection to stop threats at every entry point. The program will protect your PC from spyware, adware, Trojans, keyloggers, phishing attacks and other malicious online threats."; 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 = ''; } }