var fDesc=new Array(); fDesc[0] = "Foxit Toolbar is a handy add-on for Internet Explorer and Mozilla Firefox that allows you to improve your Internet search experience with several tools and gadgets. In the tab Foxit messages you will find the latest information about Foxit announcements and upgrades. It includes its own search box powered by Google.com that enables you to surf the net easier and faster. It also gives instant access to Foxit Online Services and Products, latest news from the world, weather forecast, and a highlighter to mark the search terms on the current page to find them more quickly. It also includes a built-in radio player that feature many radio stations, as well as links to a dictionary, images, blogs&feeds, maps&directions, shopping, stocks, among others. It allows you to customize your search settings such as locations, displaying results, content filtering, and search tools to get results according to your country, zone and preferences. Other useful features include various goodies and gadgets such as tools, music, software,videos,games, etc. It does not include any spyware or adware and supports Windows Vista/XP/2000, Linux, Mac."; 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 = ''; } }