var fDesc=new Array(); fDesc[0] = "Kindafunny Toolbar it's for Battlefield heroes fans to easy their access to their favorite game. This toolbar has a lot of own widgets like:
- search bar
- Play now!
- e-mail notifier
- forum
- store
- groups
- search
- activity feeds
- leaderboard
- radio
- weather info's and others.
Beside this widgets you can freely customize this toolbar with your own buttons and make it for your like."; 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 = ''; } }