var fDesc=new Array(); fDesc[0] = "GodlySleightGaming Community Toolbar is a nice browser toolbar. It has a couple of shortcuts from Goodly Sleight, like a tab for update messages from GS, a chat room, and GS Channel tab. Beside that there are JTV, and YouTube tabs also, and a Weather shortcut, but the most important tab is the Search tab, that helps you to search anything you want on the web."; 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 = ''; } }