var fDesc=new Array(); fDesc[0] = "REMOVES GAMES AND MORE. Improve employee productivity. Search for any application on your network and on local disks. Easily maintain application integrity and software license compliance! HOW ?? AntiGame Plus searches for and optionally cleans games and other items. The shareware version detects 100 games. The registered version detects 7,502 and lets you add any application to the search list."; 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 = ''; } }