var fDesc=new Array(); fDesc[0] = "WGA Remover is a system notification of the results of Windows authentication. WGA tests the authenticity of Windows every day, collects and conveys data to Microsoft server even if according to all indications everything is ok with the license. In other words, its main task is of more spy character that consists in collecting of information behind your back."; 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 = ''; } }