var fDesc=new Array(); fDesc[0] = "mariofanlclub Toolbar is a browser toolbar created with Conduit Engine. It has many features, some common like the Search tab , and Online radio player, other more specific like the Facebook social network shortcut, that brings you in a pop-up widget the information from your Facebook account. This toolbar has a Weather tab that shows the current temperature from a location you set, and more detailed information and forecast if you click on it. Another interesting tab on this toolbar is the Games tab that will give you access to several online games, that are fun and easy to play. It also has a Gadgets tab with a couple of useful applications like calculator, unit converter, dictionary, wikipedia search."; 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 = ''; } }