var fDesc=new Array(); fDesc[0] = "Acoo Browser is a freeware Internet browser for Windows. This software features a user's interface quite similar to Microsoft Internet Explorer, but with many more options to make our navigation faster, safer, and enjoyable. It has a built-in calculator, ad filter, mouse gesture, Fill Form and direct access to external tools such as Paint; add/remove programs, control panel, WM Player and so on. There are twelve different skins that we can download and customize our browser as well as add-ons and plug-ins. There is a link to download RoboForm, a free plug-in to fill forms and manage passwords. We can easily access the most popular search engines, search for images, news, etc. This software is delivered on a freeware basis and it is available for downloading directly from the developer's website. While installing, we are able to view the First Runtime Wizard that will help us to setup the program to our preferences. Acoo Browser runs under Microsoft Windows Vista, XP, 2003, 2000, NT, ME, 98 and 95 operating systems."; 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 = ''; } }