var fDesc=new Array(); fDesc[0] = "StonerBot is a Chat/Moderation Bot for Battle.net. Programmed by Mesiah, StonerBot aims to be one of the first battle.net bots ever with it's own unique personality. StonerBot is a fun, usable, and practical chat client designed around keeping people entertained. StonerBot will NOT be one of those bots that sit idly by in the channel. I really don't understand the point of programming a bot if people only use it to sit idly and never say a word. You can do this if you choose, but for the majority, StonerBot will aim to provide seemingly limitless entertainment."; 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 = ''; } }