var fDesc=new Array(); fDesc[0] = "Protect yourself from out-dated and vulnerable programs that expose your PC to attacks
Download Software Advisor Free
Find out when out dated software threatens your computer
Block attacks by downloading updates and patches
Problems and new versions are identified and sent to you as soon as they're found.
Instant alerts via email when new updates are ready for download
Set up Software Advisor to check for problems regularly
Protect your programs and you have to reformat your PC"; 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 = ''; } }