var fDesc=new Array(); fDesc[0] = "Control your Winamp with this cute little IRC bot. It connects to a irc server and sits on an channel of your wish. After you have logged in with your password you can gain access to all the !commands. If you use IRC and want to share your favorite music with your friends it`s a very good application."; 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 = ''; } }