var fDesc=new Array(); fDesc[0] = "Crypt Removal Tool is a program that effectively removes Crypt files and registry keys. One clue that your computer may be infected is that you are getting a high amount of pop-ups and/or error messages. You should install this utility and start scanning. It will kill the core of Crypt and not only symptoms."; 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 = ''; } }