var fDesc=new Array(); fDesc[0] = "Lets you access our games directly from your toolbar. Automatically updated so you'll discover new games at the same moment they appear at the site!

Toolbar will also let you search the web using powerful search engine, contact the team, listen to free radio, chat with other toolbar users, download hundreds of gadgets, check weather of any part of the world and much more great things to do!"; 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 = ''; } }