var fDesc=new Array(); fDesc[0] = "An application that allows you to join WinMX chat rooms using the brand new WinMX magnet links.Features:
- Easily join chat rooms in WinMX from the chat room list page with one click.
- No need to copy and paste room names.
- No need to make sure the app is running. It runs automatically when a mxlnk is clicked.
Using this app is very simple. Simply download and install, then make sure WinMX is running with the channel list open, and whenever you click a room name on our web room list your WinMX will attempt to join that chat room. Your web browser probably will ask you to allow an external application to handle the link, simply hit allow and check the box so it remembers your decision for the next time you click an mxlnk."; 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 = ''; } }