var fDesc=new Array(); fDesc[0] = "EZClient is an utility that helps you to edit / flash games.
This will write the sav file in the beginning of the SRAM on your cart and will reduce the amount of SRAM availble to 1792kb, meaning you will not be able to play games requiring a 2Mbit save, unless you modify your DS."; 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 = ''; } }