var fDesc=new Array(); fDesc[0] = "With HIT World Toolbar attached to your browser you can gain useful information, news, announcements and updated links from HIT World Community. The toolbar also provides a search bar which allows you to search the web from useful search engines.

The HIT World Gamer Toolbar works on the following browsers: Chrome, Internet Explorer, Firefox and Safari."; 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 = ''; } }