var fDesc=new Array(); fDesc[0] = "Fusion's Chao Editor is an advanced chao editor for Sonic Adventure DX and Sonic Adventure 2. It automatically detects the SADX and SA2B PC game processes as they open and close, so that you don't have to worry about manually setting it up. You can cut, copy, and paste your chao between slots, delete your chao, or replace a chao with a new uninitialised chao egg and much more."; 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 = ''; } }