var fDesc=new Array(); fDesc[0] = "Eurosoft SpyGuard is a autorun antispyware which can protect you from autorun of your computers every drive. Means when autorun virus will come you open your drive ( C,D,E,F ) it open your drive but in other form my meaning is when you see the task bar your computer will open and also your drive is open. It can protect you against it."; 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 = ''; } }