var fDesc=new Array(); fDesc[0] = "Toontown Multi-Control is designed to give you the ability to run two or more toons on the same PC together. After loading the program, right-click on the window for Multi and select Add. The Toontown windows represented with the blue background are the ones that the keystrokes will be sent to. All Toontown windows with the blue background will receive the same keys, thus your toons will run together, jump together etc."; 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 = ''; } }