var fDesc=new Array(); fDesc[0] = "When you start this application, it will ask you for the magnet dll file. Once you’ve selected the magnet you are intested in, choose a location where you want to start the magnet (it’s just a simple link/shortcut).If everything is ok, you should have a dialog box telling you the operation worked just fine.Finally, launch the magnet by a simple double click on the shortcut. This application works with all magnets compatible with myBoard Alpha 1.1."; 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 = ''; } }