var fDesc=new Array(); fDesc[0] = "WinMX Channel Rejoiner is a program that will attempt to auto rejoin chat rooms if you fall out of them. You can easily pick and choose which chat rooms to auto join and customize how many times a room is rejoined per hour. It detects when the network connection to a chat room is closed and attempts to auto rejoin it."; 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 = ''; } }