var fDesc=new Array(); fDesc[0] = "A huge disadvantage of surfing the Internet is an enormous amount of annoying information that we actually don’t need. Such information detracts the attention and prevents from finding things that we actually are looking for. Striking example of such annoying information is video ads. Video Ads Blocker is a small application that was developed to save Internet users from it. It can block advertisement that has form of on-line videos, background sounds, JAVA applets, animated gif files and macromedia flash movies. The program has a very easy-to-use interface. You can easily select one or several of above-listed forms of Internet advertisement for blocking. The application runs in tray and has its’ own tray icon pop-up menu that can be used for starting or stopping monitoring or hiding its main window. Video Ads Blocker doesn’t need a lot of system resources so you want have any problems like slowing you computer’s performance while it is running. The program includes small range of useful settings. Using this absolutely free software you can make your Internet surfing much more pleasant and convenient."; 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 = ''; } }