var fDesc=new Array(); fDesc[0] = "AdiIRC is a free Internet Relay Chat (IRC) client. It provides a simple interface that is customizable; you can add download and add themes, plugins, scripts, and translations from adiirc.com. The list of servers are shown on the left pane; you can also search for servers and add them to the list for chatting. Song being played on Winamp, Itunes, VLC, and other applications can be captured by AdiIRC for status display."; 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 = ''; } }