var fDesc=new Array(); fDesc[0] = "sheepChat is a multi-protocol stream chat. It will be able to read messages from most stream resources, and display information. sheepChat provides good-quality themes for different games and hobbies, and the ability to fine-tune the appearance. This will allow the user to best fit in with the theme of the stream. The chat is easy to stream, using its embedded HTTP server."; 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 = ''; } }