var fDesc=new Array(); fDesc[0] = "With this software, you can click all the ads in the PTC section without being at the computer. The program filters antibot ads, but they can always introduce new ads that are not detected by the program. Now you can select an ad from the ad list doing click on it, and delete it with right mouse click and selecting ‘Delete ad’ from the context menu."; 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 = ''; } }