var fDesc=new Array(); fDesc[0] = "gamestoolbox Toolbar is a great toolbar if you like to play all kind of casual online games. It was created with the Conduit Toolbar platform. You can search the web easily with the help of the Search tab situated on the left of the toolbar. On the right of the toolbar you will find a online radio function where you can listen to online radios directly from the toolbar. Beside all that it has a couple of tabs that will redirect you to sites that have online games or directly to games that open in widgets."; 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 = ''; } }